MeVisLabToolboxReference
SoPlaneSync Class Reference

Open Inventor node calculating a new translation from a translation, a rotation and a distance factor. More...

#include <SoPlaneSync.h>

List of all members.

Public Member Functions

 SoPlaneSync ()
 Constructor.

Static Public Member Functions

static void initClass ()
 Initializes this class.

Public Attributes

SoSFVec3f translation
 Translation to the plane center. (Input). Default is (0,0,0).
SoSFRotation rotation
 Rotation of the plane. (Input). Defaults are ((1,0,0),0).
SoSFFloat distanceFactor
 The factor determining the distance between the two planes. (Input). Default is 1.
SoSFVec3f translationOutput
 The translation to the field plane center of the second plane. (Output). Default is (0,0,0).
SoSFRotation rotationOutput
 The rotation of the second clip plane. (Output). Defaults are ((1,0,0), 0).

Protected Member Functions

virtual ~SoPlaneSync ()
 Destructor.

Detailed Description

Open Inventor node calculating a new translation from a translation, a rotation and a distance factor.

Definition at line 31 of file SoPlaneSync.h.


Constructor & Destructor Documentation

SoPlaneSync::SoPlaneSync ( )

Constructor.

virtual SoPlaneSync::~SoPlaneSync ( ) [inline, protected, virtual]

Destructor.

Definition at line 60 of file SoPlaneSync.h.


Member Function Documentation

static void SoPlaneSync::initClass ( ) [static]

Initializes this class.


Member Data Documentation

The factor determining the distance between the two planes. (Input). Default is 1.

Definition at line 50 of file SoPlaneSync.h.

SoSFRotation SoPlaneSync::rotation

Rotation of the plane. (Input). Defaults are ((1,0,0),0).

Definition at line 47 of file SoPlaneSync.h.

The rotation of the second clip plane. (Output). Defaults are ((1,0,0), 0).

Definition at line 56 of file SoPlaneSync.h.

Translation to the plane center. (Input). Default is (0,0,0).

Definition at line 44 of file SoPlaneSync.h.

The translation to the field plane center of the second plane. (Output). Default is (0,0,0).

Definition at line 53 of file SoPlaneSync.h.


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