#include <PotentialfieldComposition.h>
Collaboration diagram for ObjectStateDescription:

Public Member Functions | |
| ObjectStateDescription () | |
| Constructor. | |
| void | operator= (const ObjectStateDescription &other) |
| Copy operator. | |
| ObjectStateDescription (const ObjectStateDescription &other) | |
| Copy-Constructor. | |
Public Attributes | |
| std::string | objectName |
| The name of the object state symbol. | |
| int | objectId |
| The internal identifier. | |
| PfPose | pose |
| The pose of the object. | |
| bool | isActive |
| Flag: true, if the object is active. | |
Definition at line 76 of file PotentialfieldComposition.h.
|
|
Constructor.
Definition at line 89 of file PotentialfieldComposition.h. |
|
|
Copy-Constructor.
Definition at line 106 of file PotentialfieldComposition.h. References isActive, objectId, objectName, and pose. |
|
|
Copy operator.
Definition at line 95 of file PotentialfieldComposition.h. References isActive, objectId, objectName, and pose. |
|
|
The name of the object state symbol.
Definition at line 80 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::addDynamicObjectState(), GTStandardConverter::load(), ObjectStateDescription(), operator=(), and PotentialfieldComposition::setObjectState(). |
|
|
The internal identifier.
Definition at line 82 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::addDynamicObjectState(), GTStandardConverter::load(), ObjectStateDescription(), operator=(), and PotentialfieldComposition::setObjectState(). |
|
|
The pose of the object.
Definition at line 84 of file PotentialfieldComposition.h. Referenced by GTStandardConverter::execute(), ObjectStateDescription(), operator=(), GTStandardConverter::setData(), PotentialfieldComposition::setObjectState(), and Object::updateData(). |
|
|
Flag: true, if the object is active.
Definition at line 86 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::addDynamicObjectState(), GTStandardConverter::execute(), GTStandardConverter::load(), ObjectStateDescription(), operator=(), GTStandardConverter::setData(), PotentialfieldComposition::setObjectState(), and Object::updateData(). |
1.3.6