| 
    MeVisLab Toolbox Reference
    
   | 
 
Open Inventor node calculating a new translation from a translation, a rotation and a distance factor. More...
#include <SoPlaneSync.h>
 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 | |
| ~SoPlaneSync () override | |
| Destructor.   | |
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.
| SoPlaneSync::SoPlaneSync | ( | ) | 
Constructor.
      
  | 
  inlineoverrideprotected | 
Destructor.
Definition at line 64 of file SoPlaneSync.h.
      
  | 
  static | 
Initializes this class.
| SoSFFloat SoPlaneSync::distanceFactor | 
The factor determining the distance between the two planes. (Input). Default is 1.
Definition at line 54 of file SoPlaneSync.h.
| SoSFRotation SoPlaneSync::rotation | 
Rotation of the plane. (Input). Defaults are ((1,0,0),0).
Definition at line 51 of file SoPlaneSync.h.
| 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.
| SoSFVec3f SoPlaneSync::translation | 
Translation to the plane center. (Input). Default is (0,0,0).
Definition at line 48 of file SoPlaneSync.h.
| 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.