#include <Inventor/nodekits/SoCameraKit.h>

Public Member Functions | |
| SoCameraKit (void) | |
Static Public Member Functions | |
| static void | initClass (void) |
Protected Member Functions | |
| virtual | ~SoCameraKit () |
Node kit structure (new entries versus parent class marked with arrow prefix):
CLASS SoCameraKit
-->"this"
"callbackList"
--> "transformGroup"
--> "transform"
--> "camera"
(See SoBaseKit::printDiagram() for information about the output formatting.)
Detailed information on catalog parts:
CLASS SoCameraKit
PVT "this", SoCameraKit ---
"callbackList", SoNodeKitListPart [ SoCallback, SoEventCallback ]
PVT "transformGroup", SoTransformSeparator ---
"transform", SoTransform ---
"camera", SoCamera --- , (default type = SoPerspectiveCamera)
(See SoBaseKit::printTable() for information about the output formatting.)
| SoCameraKit::SoCameraKit | ( | void | ) |
Constructor.
| SoCameraKit::~SoCameraKit | ( | ) | [protected, virtual] |
Destructor.
| void SoCameraKit::initClass | ( | void | ) | [static] |
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.
Reimplemented from SoBaseKit.
1.5.3