|
gramods
|
The base of MultiToSinglePoseTrackers. More...
#include <MultiToSinglePoseTracker.hh>
Public Member Functions | |
| void | setMultiPoseTracker (std::shared_ptr< MultiPoseTracker > tracker) |
| Sets the MultiPoseTracker to extract a single sensor data from. More... | |
| void | setSensor (int idx) |
| Sets the index from the MultiPoseTracker to extract as SinglePoseTracker. More... | |
| bool | getPose (PoseSample &p) override |
| Replaces the contents of p with pose data. More... | |
| void | traverse (Visitor *visitor) override |
| Propagates the specified visitor. More... | |
Public Member Functions inherited from gramods::gmTrack::SinglePoseTracker | |
| virtual std::string | getDefaultKey () override |
| Returns the default key, in Configuration, for the Object. More... | |
Public Member Functions inherited from gramods::gmCore::Object | |
| Object () | |
| Initializes internal data. More... | |
| virtual | ~Object () |
| Cleaning up internal data. More... | |
| virtual void | initialize () |
| Called to initialize the Object. More... | |
| virtual void | accept (Visitor *visitor) |
| Calls the visitors apply method with this as argument. More... | |
| bool | isInitialized () |
| Returns true if the Object is initialized. More... | |
Static Public Attributes | |
| static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
Additional Inherited Members | |
Public Types inherited from gramods::gmTrack::PoseTracker | |
| typedef std::chrono::steady_clock | clock |
The base of MultiToSinglePoseTrackers.
|
overridevirtual |
Replaces the contents of p with pose data.
Implements gramods::gmTrack::SinglePoseTracker.
|
inline |
Sets the MultiPoseTracker to extract a single sensor data from.
|
inline |
Sets the index from the MultiPoseTracker to extract as SinglePoseTracker.
XML-attribute: sensor
|
overridevirtual |
Propagates the specified visitor.
Reimplemented from gramods::gmCore::Object.