Blender  V3.3
Public Member Functions | Public Attributes | List of all members
iTaSC::Timestamp Struct Reference

#include <Cache.hpp>

Public Member Functions

 Timestamp ()
 

Public Attributes

double realTimestamp
 
double realTimestep
 
CacheTS cacheTimestamp
 
unsigned int numstep:8
 
unsigned int substep:1
 
unsigned int reiterate:1
 
unsigned int cache:1
 
unsigned int update:1
 
unsigned int interpolate:1
 
unsigned int dummy:19
 

Detailed Description

Definition at line 34 of file Cache.hpp.

Constructor & Destructor Documentation

◆ Timestamp()

iTaSC::Timestamp::Timestamp ( )
inline

Definition at line 47 of file Cache.hpp.

Member Data Documentation

◆ cache

unsigned int iTaSC::Timestamp::cache

◆ cacheTimestamp

CacheTS iTaSC::Timestamp::cacheTimestamp

◆ dummy

unsigned int iTaSC::Timestamp::dummy

Definition at line 45 of file Cache.hpp.

◆ interpolate

unsigned int iTaSC::Timestamp::interpolate

◆ numstep

unsigned int iTaSC::Timestamp::numstep

Definition at line 39 of file Cache.hpp.

Referenced by iTaSC::Scene::update().

◆ realTimestamp

double iTaSC::Timestamp::realTimestamp

Definition at line 36 of file Cache.hpp.

Referenced by iTaSC::setCacheTimestamp(), and iTaSC::Scene::update().

◆ realTimestep

double iTaSC::Timestamp::realTimestep

◆ reiterate

unsigned int iTaSC::Timestamp::reiterate

◆ substep

unsigned int iTaSC::Timestamp::substep

◆ update

unsigned int iTaSC::Timestamp::update

Definition at line 43 of file Cache.hpp.

Referenced by base_callback(), and iTaSC::Scene::update().


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