#include <AbstractSource.h>

| Public Member Functions | |
| AbstractSource () | |
| ObjectSetList | getTrajectories () | 
| virtual | ~AbstractSource () | 
| Protected Attributes | |
| ObjectSetList | mObjectSetList | 
An abstract interface for loading trajectories.
Definition at line 34 of file AbstractSource.h.
| SceneModel::AbstractSource::AbstractSource | ( | ) | 
Constructor.
Definition at line 22 of file AbstractSource.cpp.
| 
 | virtual | 
Destructor.
Definition at line 26 of file AbstractSource.cpp.
| ObjectSetList SceneModel::AbstractSource::getTrajectories | ( | ) | 
Returns the trajectories managed by this class.
Definition at line 30 of file AbstractSource.cpp.
| 
 | protected | 
The trajectories wrapped by the source.
Definition at line 59 of file AbstractSource.h.