MeVisLab Toolbox Reference
SoVectorToFloat Class Reference

SoVectorToFloat transforms vector to float (not an engine) More...

#include <SoVectorToFloat.h>

Inheritance diagram for SoVectorToFloat:

Public Member Functions

 SoVectorToFloat ()
 
void vecChanged (SoField *field)
 called when the vector changes More...
 

Static Public Member Functions

static void initClass ()
 

Public Attributes

SoSFVec3f vector
 input vector More...
 
SoSFFloat x
 output x More...
 
SoSFFloat y
 output y More...
 
SoSFFloat z
 output z More...
 
SoSFTrigger changed
 trigger that is touched when vector changed More...
 

Detailed Description

SoVectorToFloat transforms vector to float (not an engine)

SoVectorToFloat transforms vector to float (not an engine)

Definition at line 31 of file SoVectorToFloat.h.

Constructor & Destructor Documentation

◆ SoVectorToFloat()

SoVectorToFloat::SoVectorToFloat ( )

Member Function Documentation

◆ initClass()

static void SoVectorToFloat::initClass ( )
static

◆ vecChanged()

void SoVectorToFloat::vecChanged ( SoField *  field)

called when the vector changes

Member Data Documentation

◆ changed

SoSFTrigger SoVectorToFloat::changed

trigger that is touched when vector changed

Definition at line 46 of file SoVectorToFloat.h.

◆ vector

SoSFVec3f SoVectorToFloat::vector

input vector

Fields

Definition at line 38 of file SoVectorToFloat.h.

◆ x

SoSFFloat SoVectorToFloat::x

output x

Definition at line 40 of file SoVectorToFloat.h.

◆ y

SoSFFloat SoVectorToFloat::y

output y

Definition at line 42 of file SoVectorToFloat.h.

◆ z

SoSFFloat SoVectorToFloat::z

output z

Definition at line 44 of file SoVectorToFloat.h.


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