#include <Object.h>
| Public Member Functions | |
| ~Object () | |
| Public Attributes | |
| boost::shared_ptr< Eigen::Quaternion< double > > | mOrientation | 
| boost::shared_ptr< Eigen::Vector3d > | mPosition | 
| std::string | mType | 
This class represents a single object. It can also be understood of the observation of an object, which is part of a trajectory.
| SceneModel::Object::~Object | ( | ) | 
Destructor.
Definition at line 25 of file Object.cpp.
| boost::shared_ptr<Eigen::Quaternion<double> > SceneModel::Object::mOrientation | 
| boost::shared_ptr<Eigen::Vector3d> SceneModel::Object::mPosition |