#include <SoVectorToFloat.h>
Public Member Functions | |
| SoVectorToFloat () | |
| void | vecChanged () |
| called when the vector changes | |
Static Public Member Functions | |
| static void | initClass () |
| static void | vecChangedCB (void *data, SoSensor *a) |
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 | |
Definition at line 29 of file SoVectorToFloat.h.
| SoVectorToFloat::SoVectorToFloat | ( | ) |
| static void SoVectorToFloat::initClass | ( | ) | [static] |
| void SoVectorToFloat::vecChanged | ( | ) |
called when the vector changes
| static void SoVectorToFloat::vecChangedCB | ( | void * | data, | |
| SoSensor * | a | |||
| ) | [static] |
| SoSFTrigger SoVectorToFloat::changed |
| SoSFVec3f SoVectorToFloat::vector |
| SoSFFloat SoVectorToFloat::x |
| SoSFFloat SoVectorToFloat::y |
| SoSFFloat SoVectorToFloat::z |
1.5.8