H3D API  2.4.1
Public Member Functions | List of all members
H3D::AutoUpdate< BaseFieldType > Struct Template Reference

The AutoUpdate field is a template to force the BaseField to update itself as soon as an event is received. More...

#include <H3D/FieldTemplates.h>

Inheritance diagram for H3D::AutoUpdate< BaseFieldType >:
Inheritance graph

Public Member Functions

virtual void propagateEvent (Field::Event e)
 Receive an event from another field. More...
 

Detailed Description

template<class BaseFieldType>
struct H3D::AutoUpdate< BaseFieldType >

The AutoUpdate field is a template to force the BaseField to update itself as soon as an event is received.

Normally the value of the field has to be requested in order for an update to take place.

Member Function Documentation

◆ propagateEvent()

template<class BaseFieldType >
virtual void H3D::AutoUpdate< BaseFieldType >::propagateEvent ( Field::Event  e)
inlinevirtual

Receive an event from another field.

We call the upToDate() function to update the field.


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