MeVisLab Toolbox Reference
SoPlaneSync Class Reference

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

#include <SoPlaneSync.h>

Inheritance diagram for SoPlaneSync:

Public Member Functions

 SoPlaneSync ()
 Constructor. More...
 

Static Public Member Functions

static void initClass ()
 Initializes this class. More...
 

Public Attributes

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

Protected Member Functions

 ~SoPlaneSync () override
 Destructor. More...
 

Detailed Description

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

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

Definition at line 35 of file SoPlaneSync.h.

Constructor & Destructor Documentation

◆ SoPlaneSync()

SoPlaneSync::SoPlaneSync ( )

Constructor.

◆ ~SoPlaneSync()

SoPlaneSync::~SoPlaneSync ( )
inlineoverrideprotected

Destructor.

Definition at line 64 of file SoPlaneSync.h.

Member Function Documentation

◆ initClass()

static void SoPlaneSync::initClass ( )
static

Initializes this class.

Member Data Documentation

◆ distanceFactor

SoSFFloat SoPlaneSync::distanceFactor

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

Definition at line 54 of file SoPlaneSync.h.

◆ rotation

SoSFRotation SoPlaneSync::rotation

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

Definition at line 51 of file SoPlaneSync.h.

◆ rotationOutput

SoSFRotation SoPlaneSync::rotationOutput

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

Definition at line 60 of file SoPlaneSync.h.

◆ translation

SoSFVec3f SoPlaneSync::translation

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

Definition at line 48 of file SoPlaneSync.h.

◆ translationOutput

SoSFVec3f SoPlaneSync::translationOutput

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

Definition at line 57 of file SoPlaneSync.h.


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