class grCallback: public grNode

Provides custom behavior during actions

Inheritance:


Public Methods

[more] grCallback()
Default constructor
[more]void GL() const
Generates opengl calls for drawing
[more]char* Name() const
se grNode
[more]void Render( grStatus & status )
se grNode
[more]void Select( grStatus & status )
se grNode
[more]void SetCallback( grCallbackFun * const cb )
Set the pointer to callback function


Inherited from grNode:

Public Methods

ogrNode* FindByName( const GLuint name )


Documentation

Provides custom behavior during actions. This node provides a general mechanism for inserting callback functions into a scene graph. The callback function is specified with the method SetCallback. The user may access the current traversal status of the current action.
o grCallback()
Default constructor

ovoid GL() const
Generates opengl calls for drawing

ochar* Name() const
se grNode

ovoid Render( grStatus & status )
se grNode

ovoid Select( grStatus & status )
se grNode

ovoid SetCallback( grCallbackFun * const cb )
Set the pointer to callback function


This class has no child classes.
See Also:
grTree, grRender, grCallbackFun, grStatus

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.