#include <PFGenericParticle.h>
Inheritance diagram for RobotFlow::PFGenericParticle:


Public Member Functions | |
| PFGenericParticle () | |
| PFGenericParticle (unsigned int i_stateSize) | |
| PFGenericParticle (const PFGenericParticle &i_ref) | |
| virtual | ~PFGenericParticle () |
| virtual PFGenericParticle & | operator= (const PFGenericParticle &i_ref) |
| virtual PFGenericParticle * | clone () const |
| virtual void | printOn (std::ostream &out) const |
| virtual void | readFrom (std::istream &in) |
| virtual unsigned int | GetStateSize () const |
| virtual float * | GetState () |
| virtual float | GetStateIdx (int i_idx) const |
| virtual const float * | GetCstState () const |
| virtual float | GetWeight () const |
| virtual void | SetStateSize (unsigned int i_size) |
| virtual void | SetState (const float *i_state) |
| virtual void | SetStateIdx (int i_idx, float i_val) |
| virtual void | SetWeight (float i_weight) |
| virtual ObjectRef | clone () |
| e_PFP_type | GetType () const |
| void | SetType (e_PFP_type i_type) |
| void | ref () |
| void | unref () |
| int | unique () |
| virtual void | destroy () |
| virtual void | serialize (std::ostream &out) const |
| virtual void | unserialize (std::istream &in) |
| virtual void | doesNotUnderstand (std::string method) |
| virtual bool | isNil () const |
| virtual void | prettyPrint (std::ostream &out=std::cout) const |
| virtual std::string | className () const |
Static Public Member Functions | |
| static ObjectRef | newObject (const std::string &objType) |
| static int | addObjectType (const std::string &objType, _ObjectFactory *factory) |
| static std::map< std::string, _ObjectFactory * > & | ObjectFactoryDictionary () |
| static TypeMap< _ObjectFactory * > & | TypeidDictionary () |
Protected Attributes | |
| AtomicCounter | ref_count |
Private Attributes | |
| int | m_stateSize |
| float * | m_state |
| float | m_weight |
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
|
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
|
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
||||||||||||
|
Reimplemented from RobotFlow::PFParticle. |
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
|
|
|
Reimplemented from RobotFlow::PFParticle. |
|
|
|
|
|
|
|
|
|
1.4.4