Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SoSceneKit Class Reference

The SoSceneKit class ... More...

#include <Inventor/nodekits/SoSceneKit.h>

Inheritance diagram for SoSceneKit::

SoBaseKit SoNode SoFieldContainer SoBase List of all members.

Public Methods

 SoSceneKit (void)
int getCameraNumber (void)
void setCameraNumber (int camNum)
virtual SbBool affectsState (void) const

Static Public Methods

void initClass (void)

Protected Methods

virtual ~SoSceneKit ()

Detailed Description

The SoSceneKit class ...

FIXME: write class doc


Constructor & Destructor Documentation

SoSceneKit::SoSceneKit void
 

Constructor.

SoSceneKit::~SoSceneKit [protected, virtual]
 

Destructor.


Member Function Documentation

void SoSceneKit::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.

int SoSceneKit::getCameraNumber void
 

Returns the index of the current active camera in cameraList.

void SoSceneKit::setCameraNumber int camnum
 

Sets the current active camera in cameraList.

SbBool SoSceneKit::affectsState void const [virtual]
 

Returns TRUE if the node could have any effect on the state during traversal.

If it returns FALSE, no data in the traversal-state will change from the pre-traversal state to the post-traversal state. The SoSeparator node will for instance return FALSE, as it pushes and pops the state before and after traversal of its children. All SoShape nodes will also return FALSE, as just pushing out geometry data to the rendering engine won't affect the actual rendering state.

The default method returns TRUE, on a "better safe than sorry" philosophy.

Reimplemented from SoNode.


The documentation for this class was generated from the following files:
Generated at Tue Mar 5 03:31:30 2002 for Coin by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001