void SoGLStencilBufferElement::initClass(void)
{
    static int first = 1;
    if (first) {
        first = 0;
        SO_ELEMENT_INIT_CLASS(SoGLStencilBufferElement, inherited);
        SO_ENABLE(SoGLRenderAction, SoGLStencilBufferElement);
    }
}
void SoXipBlendFuncElement::initClass()
{
	SO_ELEMENT_INIT_CLASS(SoXipBlendFuncElement, SoElement);
}
Ejemplo n.º 3
0
void
SoGLLinePatternElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoGLLinePatternElement, inherited);
}
// doc from parent
void
SoGLMultiTextureMatrixElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoGLMultiTextureMatrixElement, inherited);
}
Ejemplo n.º 5
0
void
SoEmissiveColorElement::initClass()
{
  SO_ELEMENT_INIT_CLASS(SoEmissiveColorElement, inherited);
}
Ejemplo n.º 6
0
// doc from parent
void
SoClipPlaneElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoClipPlaneElement, inherited);
}
void
SoGLStencilBitsElement::initClass()
{
   SO_ELEMENT_INIT_CLASS(SoGLStencilBitsElement, inherited);
}
Ejemplo n.º 8
0
void
SoShapeStyleElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoShapeStyleElement, inherited);
}
void
SoGLMultiTextureCoordinateElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoGLMultiTextureCoordinateElement, inherited);
}
Ejemplo n.º 10
0
void SoXipDepthTestElement::initClass() {
	SO_ELEMENT_INIT_CLASS(SoXipDepthTestElement, SoElement);
}
Ejemplo n.º 11
0
// doc from parent
void
SoBumpMapMatrixElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoBumpMapMatrixElement, inherited);
}
Ejemplo n.º 12
0
void
SoGLShapeHintsElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoGLShapeHintsElement, inherited);
}
/*! \fn SoXipTransparentGeometryGroupElement::initClass()
* Initializes this class. Called on dll initialization.
* \return void
*/
void SoXipTransparentGeometryGroupElement::initClass()
{
	SO_ELEMENT_INIT_CLASS(SoXipTransparentGeometryGroupElement, SoAccumulatedElement);
}
void 
SoXipImageTextColorElement::initClass()
{
	SO_ELEMENT_INIT_CLASS( SoXipImageTextColorElement, SoAccumulatedElement );
}
void
SoXipOverlayManipulatedElement::initClass()
{
	SO_ELEMENT_INIT_CLASS( SoXipOverlayManipulatedElement, SoReplacedElement );
}
void 
SoXipOverlayFilterElement::initClass()
{
	SO_ELEMENT_INIT_CLASS( SoXipOverlayFilterElement, SoAccumulatedElement );
}
Ejemplo n.º 17
0
void
SoMaterialBindingElement::initClass(void)
{
  SO_ELEMENT_INIT_CLASS(SoMaterialBindingElement, inherited);
}
Ejemplo n.º 18
0
void
SoXipMprActiveElement::initClass()
{
	SO_ELEMENT_INIT_CLASS(SoXipMprActiveElement, SoReplacedElement);	
}
Ejemplo n.º 19
0
/*! \fn SoXipVolDataElement::initClass()
* Initializes this class. Called on dll initialization.
* \return void
*/
void SoXipVolDataElement::initClass()
{
	SO_ELEMENT_INIT_CLASS(SoXipVolDataElement, SoReplacedElement);
}
/**
 *      Initializes the element class
 */
void SoXipGLSLShaderProgramElement::initClass()
{
    SO_ELEMENT_INIT_CLASS(SoXipGLSLShaderProgramElement, SoXipShaderProgramElement);
}
void
SoGLPolygonOffsetElement::initClass()
{
   SO_ELEMENT_INIT_CLASS(SoGLPolygonOffsetElement, inherited);
}