7.3. Initializing the Node-Kit Class

In the initClass() routine for your class, use the macro SO_KIT_INIT_CLASS(). For example:

JumpingJackKit::initClass()
{
   SO_KIT_INIT_CLASS(JumpingJackKit, SoBaseKit, "BaseKit");
}