Geometric object description class. More...
#include <object.h>
Public Member Functions | |
| Object () | |
| Default constructor. | |
| Object (const Transform &origin, const std::string &name) | |
| Constructor. | |
| bool | operator== (const Object &obj) const |
| bool | operator!= (const Object &obj) const |
| Transform | getOrigin () const |
| Gets transformation representing the object's origin. | |
| Transform & | getOriginRef () |
| const Transform & | getOriginRef () const |
| std::string | getName () const |
| Gets object name. | |
| std::string & | getNameRef () |
| const std::string & | getNameRef () const |
| void | setOrigin (const Transform &origin) |
| Sets object origin. | |
| void | setName (const std::string &name) |
| Sets object name. | |
Geometric object description class.
Geometric objects are described by a transformation that specifies its origin and a string with its name.
1.8.1.2