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);
55 virtual SbBool affectsState(
void)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes.
Definition SoSceneKit.h:39