1#ifndef COIN_SOSCENEKIT_H
2#define COIN_SOSCENEKIT_H
36#include <Inventor/nodekits/SoSubKit.h>
37#include <Inventor/nodekits/SoBaseKit.h>
44 SO_KIT_CATALOG_ENTRY_HEADER(cameraList);
45 SO_KIT_CATALOG_ENTRY_HEADER(childList);
46 SO_KIT_CATALOG_ENTRY_HEADER(lightList);
47 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
50 static void initClass(
void);
53 int getCameraNumber(
void);
54 void setCameraNumber(
int camNum);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition SoBaseKit.h:66
virtual SbBool affectsState(void) const
Definition SoNode.cpp:831
The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes.
Definition SoSceneKit.h:39