1#ifndef COIN_SOCAMERAKIT_H
2#define COIN_SOCAMERAKIT_H
36#include <Inventor/nodekits/SoSubKit.h>
37#include <Inventor/nodekits/SoBaseKit.h>
44 SO_KIT_CATALOG_ENTRY_HEADER(camera);
45 SO_KIT_CATALOG_ENTRY_HEADER(transform);
46 SO_KIT_CATALOG_ENTRY_HEADER(transformGroup);
51 static void initClass(
void);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:66
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:45
The SoCameraKit class is a node kit with a transform and a camera.
Definition: SoCameraKit.h:39