|
#include <RobotAPI/libraries/armem_objects/server/class/FloorVis.h>
Classes | |
struct | Properties |
Public Member Functions | |
void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") |
FloorVis () | |
armarx::viz::Object | makeFloorObject (const std::string &name, const arondto::ObjectClass &objectClass) |
armarx::viz::Object | makeFloorObject (const wm::Entity &classEntity) |
void | setArViz (armarx::viz::Client arviz) |
void | updateFloorObject (const wm::CoreSegment &classCoreSegment) |
Draw a the floor as a simox object. More... | |
Definition at line 21 of file FloorVis.h.
FloorVis | ( | ) |
Definition at line 13 of file FloorVis.cpp.
void defineProperties | ( | armarx::PropertyDefinitionsPtr | defs, |
const std::string & | prefix = "" |
||
) |
Definition at line 18 of file FloorVis.cpp.
armarx::viz::Object makeFloorObject | ( | const std::string & | name, |
const arondto::ObjectClass & | objectClass | ||
) |
armarx::viz::Object makeFloorObject | ( | const wm::Entity & | classEntity | ) |
Definition at line 50 of file FloorVis.cpp.
void setArViz | ( | armarx::viz::Client | arviz | ) |
void updateFloorObject | ( | const wm::CoreSegment & | classCoreSegment | ) |
Draw a the floor as a simox object.
makeFloorObject()
Definition at line 30 of file FloorVis.cpp.