SoCameraKit Class Reference
[NodeKits]

Camera nodekit class. More...

#include <Inventor/nodekits/SoCameraKit.h>

Inheritance diagram for SoCameraKit:
SoBaseKit SoNode SoGetView SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
virtual const SoNodekitCataloggetNodekitCatalog () const
 SoCameraKit ()

Static Public Member Functions

static SoType getClassTypeId ()
static const SoNodekitCataloggetClassNodekitCatalog ()

Detailed Description

Camera nodekit class.

This nodekit class is used to create camera nodes that have a local transformation. SoCameraKit adds two public parts to the basic nodekit: transform and camera .

The camera part is created by default as an SoPerspectiveCamera node, but may later be changed to any subclass of SoCamera.

You can move the camera relative to the rest of the scene by creating and editing the transform part.

SoCameraKit also adds a private part, transformGroup , which is of type SoTransformSeparator. The kit uses this part to contain the effect of transform to move only the camera , while allowing the camera to affect the rest of the scene.

SoCameraKit is derived from SoBaseKit and thus also includes a callbackList part for adding callback nodes.

NOTES:

PARTS

FILE FORMAT/DEFAULT

CATALOG PARTS

SEE ALSO

SoAppearanceKit, SoBaseKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoSeparatorKit, SoShapeKit, SoWrapperKit


Constructor & Destructor Documentation

SoCameraKit::SoCameraKit (  ) 

Constructor.


Member Function Documentation

static const SoNodekitCatalog* SoCameraKit::getClassNodekitCatalog (  )  [static]

Returns the SoNodekitCatalog for this class.

Reimplemented from SoBaseKit.

static SoType SoCameraKit::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoBaseKit.

virtual const SoNodekitCatalog* SoCameraKit::getNodekitCatalog (  )  const [virtual]

Returns the SoNodekitCatalog for this instance.

Reimplemented from SoBaseKit.

virtual SoType SoCameraKit::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoBaseKit.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/