gramods
Public Member Functions | Public Attributes | List of all members
gramods::gmGraphics::TrackedTransform::Impl Struct Reference
Inheritance diagram for gramods::gmGraphics::TrackedTransform::Impl:
Inheritance graph
[legend]
Collaboration diagram for gramods::gmGraphics::TrackedTransform::Impl:
Collaboration graph
[legend]

Public Member Functions

void update (clock::time_point t, size_t frame) override
 Called by updateAll to make the object up-to-date. More...
 
void accept (Node *node, Visitor *visitor)
 
- Public Member Functions inherited from gramods::gmCore::Updateable
 Updateable (int priority=0)
 Configures the Updateable properties to the specified priority. More...
 

Public Attributes

clock::time_point now_time
 
clock::duration hysteresis
 
std::vector< std::shared_ptr< gmTrack::SinglePoseTracker > > single_pose_trackers
 
std::vector< std::shared_ptr< gmTrack::MultiPoseTracker > > multi_pose_trackers
 

Additional Inherited Members

- Public Types inherited from gramods::gmCore::Updateable
typedef std::chrono::steady_clock clock
 
- Static Public Member Functions inherited from gramods::gmCore::Updateable
static void updateAll (clock::time_point t=clock::now(), std::optional< size_t > frame=std::nullopt)
 Updates all currently instanciated updateable objects. More...
 

Member Function Documentation

◆ update()

void gramods::gmGraphics::TrackedTransform::Impl::update ( clock::time_point  t,
size_t  frame 
)
overridevirtual

Called by updateAll to make the object up-to-date.

Implements gramods::gmCore::Updateable.

Member Data Documentation

◆ hysteresis

clock::duration gramods::gmGraphics::TrackedTransform::Impl::hysteresis
Initial value:
=
static clock::duration secondsToDuration(double s)
Converts the specified time (in seconds) into the steady_clock duration type.
Definition: TimeTools.cpp:25

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