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);
53 int getCameraNumber(
void);
54 void setCameraNumber(
int camNum);
The SoBaseKit class is the top level superclass for nodekits.
Definition: SoBaseKit.h:66
static void initClass(void)
Definition: SoBaseKit.cpp:678
virtual SbBool affectsState(void) const
Definition: SoNode.cpp:880
The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes.
Definition: SoSceneKit.h:39