#include <ObjectSetList.h>
| Public Member Functions | |
| boost::shared_ptr< ISM::ObjectSet > | getSetIfExists (std::string identifier) | 
| ObjectSetList () | |
| ~ObjectSetList () | |
| Public Attributes | |
| std::vector< boost::shared_ptr< ISM::ObjectSet > > | mObjectSets | 
This class represents a list of object sets. An object set the observations of a single object over time.
Definition at line 41 of file ObjectSetList.h.
| SceneModel::ObjectSetList::ObjectSetList | ( | ) | 
Constructor.
Definition at line 22 of file ObjectSetList.cpp.
| SceneModel::ObjectSetList::~ObjectSetList | ( | ) | 
Destructor.
Definition at line 26 of file ObjectSetList.cpp.
| boost::shared_ptr< ISM::ObjectSet > SceneModel::ObjectSetList::getSetIfExists | ( | std::string | identifier | ) | 
Returns the set with the given identifier, if there is any.
| identifier | Name if the set identifier. | 
Definition at line 30 of file ObjectSetList.cpp.
| std::vector<boost::shared_ptr<ISM::ObjectSet> > SceneModel::ObjectSetList::mObjectSets | 
A list of objects represented by the trajectory.
Definition at line 67 of file ObjectSetList.h.