H3D API  2.4.1
Public Member Functions | List of all members
H3D::PeriodicUpdateField Class Referenceabstract

Abstract base class for all Fields that will be updated without anyone asking for a value. More...

#include <H3D/PeriodicUpdate.h>

Inheritance diagram for H3D::PeriodicUpdateField:
Inheritance graph

Public Member Functions

virtual ~PeriodicUpdateField ()
 Destructor.
 
virtual bool timeToUpdate ()=0
 Determines if it is time to check that the field is updated. More...
 

Detailed Description

Abstract base class for all Fields that will be updated without anyone asking for a value.

Each scene-graph loop the timeToUpdate() function will be called and if it returns true, the upToDate-function will be executed.

Member Function Documentation

◆ timeToUpdate()

virtual bool H3D::PeriodicUpdateField::timeToUpdate ( )
pure virtual

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