gramods
Classes | Public Types | List of all members
gramods::gmTrack::PoseTracker Class Reference

The base of PoseTrackers. More...

#include <PoseTracker.hh>

Inheritance diagram for gramods::gmTrack::PoseTracker:
Inheritance graph
[legend]
Collaboration diagram for gramods::gmTrack::PoseTracker:
Collaboration graph
[legend]

Classes

struct  PoseSample
 

Public Types

typedef std::chrono::steady_clock clock
 

Additional Inherited Members

- 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...
 
virtual void traverse (Visitor *visitor)
 Calls the child Object's accept method, if such exist. More...
 
virtual std::string getDefaultKey ()
 Returns the default key for the Object when automatically instantiated in a Configuration, i.e. More...
 
bool isInitialized ()
 Returns true if the Object is initialized. More...
 

Detailed Description

The base of PoseTrackers.


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