|
|
#include <ArmarXSimulation/libraries/ClutteredSceneGenerator/objects/SimulatedObjectAsObject.h>
Inheritance diagram for SimulatedObjectAsObject:Public Member Functions | |
| void | addToSimulator (armarx::SimulatorInterfacePrx &simulator) override |
| bool | checkCollision (const VirtualRobot::CollisionCheckerPtr &col, const VirtualRobot::SceneObjectSetPtr &objectSet) override |
| std::unique_ptr< Pose > | getLocalPose () override |
| void | setLocalPose (const armarx::PosePtr &pose) override |
| SimulatedObjectAsObject (const std::string &instanceName, const ObjectSource &source) | |
| void | updatePoseFromSimulator (armarx::SimulatorInterfacePrx &simulator) override |
| void | updatePoseToSimulator (armarx::SimulatorInterfacePrx &simulator) override |
| ~SimulatedObjectAsObject () override=default | |
Public Member Functions inherited from SimulatedObject | |
| const std::string & | getInstanceName () |
| const ObjectSource & | getObjectSource () |
| void | setInstanceName (const std::string &newName) |
| SimulatedObject ()=delete | |
| SimulatedObject (const std::string &instanceName, const ObjectSource &objectSource) | |
| virtual | ~SimulatedObject ()=default |
Definition at line 30 of file SimulatedObjectAsObject.h.
| SimulatedObjectAsObject | ( | const std::string & | instanceName, |
| const ObjectSource & | source | ||
| ) |
Definition at line 35 of file SimulatedObjectAsObject.cpp.
Here is the call graph for this function:
|
overridedefault |
|
overridevirtual |
Implements SimulatedObject.
Definition at line 54 of file SimulatedObjectAsObject.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements SimulatedObject.
Definition at line 77 of file SimulatedObjectAsObject.cpp.
|
overridevirtual |
Implements SimulatedObject.
Definition at line 84 of file SimulatedObjectAsObject.cpp.
|
overridevirtual |
Implements SimulatedObject.
Definition at line 90 of file SimulatedObjectAsObject.cpp.
|
overridevirtual |
Implements SimulatedObject.
Definition at line 62 of file SimulatedObjectAsObject.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements SimulatedObject.
Definition at line 70 of file SimulatedObjectAsObject.cpp.
Here is the call graph for this function: