|
MeVisLab Toolbox Reference
|
SoVectorToFloat transforms vector to float (not an engine) More...
#include <SoVectorToFloat.h>
Public Member Functions | |
| SoVectorToFloat () | |
| void | vecChanged (SoField *field) |
| called when the vector changes | |
Static Public Member Functions | |
| static void | initClass () |
Public Attributes | |
| SoSFVec3f | vector |
| input vector | |
| SoSFFloat | x |
| output x | |
| SoSFFloat | y |
| output y | |
| SoSFFloat | z |
| output z | |
| SoSFTrigger | changed |
| trigger that is touched when vector changed | |
SoVectorToFloat transforms vector to float (not an engine)
SoVectorToFloat transforms vector to float (not an engine)
Definition at line 31 of file SoVectorToFloat.h.
| SoVectorToFloat::SoVectorToFloat | ( | ) |
|
static |
| void SoVectorToFloat::vecChanged | ( | SoField * | field | ) |
called when the vector changes
| SoSFTrigger SoVectorToFloat::changed |
trigger that is touched when vector changed
Definition at line 46 of file SoVectorToFloat.h.
| SoSFVec3f SoVectorToFloat::vector |
| SoSFFloat SoVectorToFloat::x |
output x
Definition at line 40 of file SoVectorToFloat.h.
| SoSFFloat SoVectorToFloat::y |
output y
Definition at line 42 of file SoVectorToFloat.h.
| SoSFFloat SoVectorToFloat::z |
output z
Definition at line 44 of file SoVectorToFloat.h.