http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
The SoNodeKit class is used to initialize the nodekit classes.The sole function of SoNodeKit is to be just a placeholder for the toplevel initialization code for all nodekit-related classes. More...
#include <Inventor/nodekits/SoNodeKit.h>
Static Public Member Functions | |
static void | init (void) |
The SoNodeKit class is used to initialize the nodekit classes.
The sole function of SoNodeKit is to be just a placeholder for the toplevel initialization code for all nodekit-related classes.
|
static |
Initialize the nodekit system.
Note that this method is not called implicitly from SoDB::init(). As a matter of fact, this method calls SoDB::init() itself to make sure all the underlying classes for the nodekits classes have been initialized.
This method is also called from within SoInteraction::init(), as the interaction functionality in Coin depends on the nodekit classes.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen