1 #ifndef COIN_SOCAMERAKIT_H 
    2 #define COIN_SOCAMERAKIT_H 
   27 #include <Inventor/nodekits/SoSubKit.h> 
   28 #include <Inventor/nodekits/SoBaseKit.h> 
   35   SO_KIT_CATALOG_ENTRY_HEADER(camera);
 
   36   SO_KIT_CATALOG_ENTRY_HEADER(transform);
 
   37   SO_KIT_CATALOG_ENTRY_HEADER(transformGroup);
 
   42   static void initClass(
void);
 
   48 #endif // !COIN_SOCAMERAKIT_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
The SoCameraKit class is a node kit with a transform and a camera.Node kit structure (new entries ver...
Definition: SoCameraKit.h:30