class grVertex: public grNode

Abstract base class for all coordinate nodes set

Inheritance:


Public Methods

[more]int Size( ) const
return the size of the coordinate set


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 coordinate nodes set. This is the abstract base class from wich all coordinate node classes are derived. The coordinate node is a 'set' of coordinate (not a single coordinate).
oint Size( ) const
return the size of the coordinate set


Direct child classes:
grVertex4s
grVertex4i
grVertex4f
grVertex4d
grVertex3s
grVertex3i
grVertex3f
grVertex3d
grVertex2s
grVertex2i
grVertex2f
grVertex2d
See Also:
grPrimitive, STL

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.