class grTexCoord: public grNode

Abstract base class for all texture coordinate nodes

Inheritance:


Public Methods

[more]int Size( ) const
Number of texture coordinates (pure virtual)


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 texture coordinate nodes. This is the abstract base class from wich all texture coordinates node are derived.
oint Size( ) const
Number of texture coordinates (pure virtual)


Direct child classes:
grTexCoord4s
grTexCoord4i
grTexCoord4f
grTexCoord4d
grTexCoord3s
grTexCoord3i
grTexCoord3f
grTexCoord3d
grTexCoord2s
grTexCoord2i
grTexCoord2f
grTexCoord2d
grTexCoord1s
grTexCoord1i
grTexCoord1f
grTexCoord1d
See Also:
opengl

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.