mt
 All Classes Files Functions Enumerations Groups Pages
Public Member Functions | List of all members
mt::Object Class Reference

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.
TransformgetOriginRef ()
const TransformgetOriginRef () 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.

Detailed Description

Geometric object description class.

Geometric objects are described by a transformation that specifies its origin and a string with its name.


The documentation for this class was generated from the following file: