| 
    Open Inventor Reference
    
   | 
 
Initializes nodekit classes. More...
#include <Inventor/nodekits/SoNodeKit.h>
Static Public Member Functions | |
| static void | init () | 
| Initialize all nodekit classes by registering them with the database.   | |
This class is used to initialize all nodekit classes.
Definition at line 74 of file SoNodeKit.h.
      
  | 
  static | 
This function needs to be called before any other nodekit class may be constructed or accessed. Note that this is called automatically by SoInteraction::init(), so if you have made either of these calls, there is no need to call SoNodeKit::init() directly.