#include <Inventor/nodekits/SoSceneKit.h>
Inheritance diagram for SoSceneKit:
Public Member Functions | |
SoSceneKit (void) | |
int | getCameraNumber (void) |
void | setCameraNumber (int camNum) |
virtual SbBool | affectsState (void) const |
Static Public Member Functions | |
void | initClass (void) |
Protected Member Functions | |
virtual | ~SoSceneKit () |
Node kit structure (new entries versus parent class marked with arrow prefix):
CLASS SoSceneKit -->"this" "callbackList" --> "topSeparator" --> "cameraList" --> "lightList" --> "childList"
(See SoBaseKit::printDiagram() for information about the output formatting.)
Detailed information on catalog parts:
CLASS SoSceneKit PVT "this", SoSceneKit --- "callbackList", SoNodeKitListPart [ SoCallback, SoEventCallback ] PVT "topSeparator", SoSeparator --- "cameraList", SoNodeKitListPart [ SoCameraKit ] "lightList", SoNodeKitListPart [ SoLightKit ] "childList", SoNodeKitListPart [ SoShapeKit, SoSeparatorKit ]
(See SoBaseKit::printTable() for information about the output formatting.)
|
Constructor. |
|
Destructor. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoBaseKit. |
|
Returns the index of the current active camera in cameraList. |
|
Sets the current active camera in cameraList. |
|
Returns
If it returns
The default method returns Reimplemented from SoNode. |