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

Classes

struct  uniforms
 

Public Member Functions

void update (clock::time_point time, size_t frame) override
 Called by updateAll to make the object up-to-date. More...
 
std::string replace (std::string text, std::string A, std::string B)
 
std::string getCommonCode ()
 
std::string getTo2DCode ()
 
std::string getTo3DCode ()
 
- Public Member Functions inherited from gramods::gmCore::Updateable
 Updateable (int priority=0)
 Configures the Updateable properties to the specified priority. More...
 

Public Attributes

std::unordered_map< GLint, uniformsloc
 
float ratio = 0.5f
 
std::optional< gmCore::float2time_range
 
std::optional< gmCore::size2frame_range
 
std::vector< std::shared_ptr< CoordinatesMapper > > mappers
 
gmCore::TimeTools::clock::time_point start_time
 

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::TransitionCoordinatesMapper::Impl::update ( clock::time_point  t,
size_t  frame 
)
overridevirtual

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

Implements gramods::gmCore::Updateable.


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