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);
The SoBaseKit class is the toplevel superclass for nodekits.
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