class grTransform: public grNode

Abstract base class for all transformations nodes

Inheritance:


Public Fields

[more]GLenum mode
Select the trasformation mode: GL_MODELVIEW, GL_PROJECTION or GL_TEXTURE

Public Methods

[more] grTransform()
Default constructor


Inherited from grNode:

Public Methods

ochar* Name() const
ovoid Render( grStatus & status )
ovoid Select( grStatus & status )
ogrNode* FindByName( const GLuint name )


Documentation

Abstract base class for all transformations nodes. This is the abstract base class from wich all geometric trasformation nodes are derived.
o grTransform()
Default constructor

oGLenum mode
Select the trasformation mode: GL_MODELVIEW, GL_PROJECTION or GL_TEXTURE


Direct child classes:
grTranslationf
grTranslationd
grTransformf
grTransformd
grScalef
grScaled
grRotationf
grRotationd
See Also:
opengl.

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.