H3D API  2.4.1
List of all members
H3D::ImageObjectInfo::UpdateFields Class Reference

Field for updating the output fields when the image object changes value. More...

#include <H3D/ImageObjectInfo.h>

Inheritance diagram for H3D::ImageObjectInfo::UpdateFields:
Inheritance graph

Additional Inherited Members

- Public Types inherited from H3D::PeriodicUpdate< SFImageObjectNode >
enum  PeriodType
 Type defining how the period should be interpreted.
 
- Public Member Functions inherited from H3D::PeriodicUpdate< SFImageObjectNode >
 PeriodicUpdate (H3DFloat _period=0, PeriodType _period_type=COUNT)
 Constructor.
 
 ~PeriodicUpdate ()
 Destructor.
 
virtual bool timeToUpdate ()
 Determines if it is time to check that the field is updated. More...
 
void setPeriodType (PeriodType type)
 Set the type of the period.
 
void setPeriod (H3DFloat _period)
 Set the period for the update.
 
virtual void upToDate ()
 upToDate is specialized to record the time of the call to the function in the last_up_to_date member.
 
- Public Member Functions inherited from H3D::PeriodicUpdateField
virtual ~PeriodicUpdateField ()
 Destructor.
 
- Protected Attributes inherited from H3D::PeriodicUpdate< SFImageObjectNode >
PeriodType period_type
 The tye of the period.
 
H3DFloat period
 The period of automatic updates/.
 
TimeStamp last_up_to_date
 The time of the last call to upToDate.
 
unsigned int counter
 The number of calls to timeToUpdate() since the last update.
 

Detailed Description

Field for updating the output fields when the image object changes value.


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