class grClearValue: public grNode

Clear values specification

Inheritance:


Public Fields

[more]grColor4f accum
clear value for accumulation buffer
[more]grColor4f color
clear value for frame buffer
[more]GLclampd depth
clear value for depth buffer (z-buffer)
[more]GLfloat index
clear value for color-index buffer
[more]GLint stencil
clear value for stencil buffer

Public Methods

[more] grClearValue()
Default constructor
[more]void GL() const
Generates opengl calls for drawing
[more]void Get()
Retrieves settings from internal opengl status
[more]char* Name() const
see grNode
[more]void Render( grStatus & status )
see grNode


Inherited from grNode:

Public Methods

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


Documentation

Clear values specification. This node specifies clear values for the glClear function.
o grClearValue()
Default constructor

ovoid GL() const
Generates opengl calls for drawing

ovoid Get()
Retrieves settings from internal opengl status

ochar* Name() const
see grNode

ovoid Render( grStatus & status )
see grNode

ogrColor4f accum
clear value for accumulation buffer

ogrColor4f color
clear value for frame buffer

oGLclampd depth
clear value for depth buffer (z-buffer)

oGLfloat index
clear value for color-index buffer

oGLint stencil
clear value for stencil buffer


This class has no child classes.
See Also:
opengl

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.