1 #ifndef COIN_SOSCENEKIT_H 2 #define COIN_SOSCENEKIT_H 27 #include <Inventor/nodekits/SoSubKit.h> 28 #include <Inventor/nodekits/SoBaseKit.h> 35 SO_KIT_CATALOG_ENTRY_HEADER(cameraList);
36 SO_KIT_CATALOG_ENTRY_HEADER(childList);
37 SO_KIT_CATALOG_ENTRY_HEADER(lightList);
38 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
41 static void initClass(
void);
44 int getCameraNumber(
void);
45 void setCameraNumber(
int camNum);
52 #endif // !COIN_SOSCENEKIT_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
virtual SbBool affectsState(void) const
Definition: SoNode.cpp:807
The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes...
Definition: SoSceneKit.h:30