Пример #1
0
/*!
  Initializes the SoComplexShape class. This is a one-time
  thing that is done after database initialization and before
  any instance of this class is constructed.
*/
void
SoComplexShape::initClass()
{
  // Initialize the run-time type variables
  SO_NODE_INIT_ABSTRACT_CLASS(SoComplexShape, SoNode, "SoNode");

}
Пример #2
0
void
SoXipMenuItemBase::initClass()
{
	SO_NODE_INIT_ABSTRACT_CLASS( SoXipMenuItemBase, SoXipKit, "SoXipKit" );
}
Пример #3
0
/*!
  Sets up initialization for data common to all instances of this
  class, like submitting necessary information to the type system.
*/
void
SoVolumeRendering::initClass(void)
{
  SO_NODE_INIT_ABSTRACT_CLASS(SoVolumeRendering, SoNode, "SoNode");
}
Пример #4
0
void TSunShape::initClass()
{
	SO_NODE_INIT_ABSTRACT_CLASS(TSunShape, SoNode, "Node");
}
Пример #5
0
void
SoXipHandlerShape::initClass()
{
	SO_NODE_INIT_ABSTRACT_CLASS( SoXipHandlerShape, SoXipManipulableShape, "SoXipManipulableShape" );
}