1 #ifndef COIN_SOLIGHTKIT_H 
    2 #define COIN_SOLIGHTKIT_H 
   27 #include <Inventor/nodekits/SoSubKit.h> 
   28 #include <Inventor/nodekits/SoBaseKit.h> 
   35   SO_KIT_CATALOG_ENTRY_HEADER(icon);
 
   36   SO_KIT_CATALOG_ENTRY_HEADER(iconSeparator);
 
   37   SO_KIT_CATALOG_ENTRY_HEADER(light);
 
   38   SO_KIT_CATALOG_ENTRY_HEADER(transform);
 
   39   SO_KIT_CATALOG_ENTRY_HEADER(transformGroup);
 
   44   static void initClass(
void);
 
   50 #endif // !COIN_SOLIGHTKIT_H 
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
The SoBaseKit class is the toplevel superclass for nodekits.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:57
The SoLightKit class provides a kit with a transform, a light and a shape or subgraph.Node kit structure (new entries versus parent class marked with arrow prefix): 
Definition: SoLightKit.h:30