TuttleOFX  1
tuttle::host::Callback Class Reference

#include <Callback.hpp>

Public Member Functions

 Callback ()
virtual ~Callback ()
virtual void call (INode &, double ofxtime)=0

Detailed Description

Used to store a callback object, atm, this object is triggered before the render process

Definition at line 11 of file Callback.hpp.


Constructor & Destructor Documentation

tuttle::host::Callback::Callback ( ) [inline]

Definition at line 13 of file Callback.hpp.

virtual tuttle::host::Callback::~Callback ( ) [inline, virtual]

Definition at line 14 of file Callback.hpp.


Member Function Documentation

virtual void tuttle::host::Callback::call ( INode ,
double  ofxtime 
) [pure virtual]

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