#include <ArMap.h>
Public Member Functions | |
ArMapObject (const ArMapObject &mapObject) | |
Copy constructor. | |
ArMapObject (const char *type, ArPose pose, const char *fileName, const char *iconName, const char *name, bool hasFromTo, ArPose fromPose, ArPose toPose) | |
Constructor. | |
const char * | getFileName (void) const |
Gets the fileName of the object (probably never used for maps). | |
ArPose | getFromPose (void) const |
Gets the from pose (could be for line or box, depending). | |
const char * | getIconName (void) const |
Gets the icon string of the object. | |
const char * | getName (void) const |
Gets the name of the object (if any). | |
ArPose | getPose (void) const |
Gets the pose of the object. | |
ArPose | getToPose (void) const |
Gets the to pose (could be for line or box, depending). | |
const char * | getType (void) const |
Gets the type of the object. | |
bool | hasFromTo (void) const |
Gets the addition args of the object. | |
void | log (void) |
virtual | ~ArMapObject () |
Destructor. | |
Protected Attributes | |
std::string | myFileName |
ArPose | myFromPose |
bool | myHasFromTo |
std::string | myIconName |
std::string | myName |
ArPose | myPose |
ArPose | myToPose |
std::string | myType |
Definition at line 649 of file ArMap.h.