MeVisLabToolboxReference
SoVectorToFloat Class Reference

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

#include <SoVectorToFloat.h>

List of all members.

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

Detailed Description

SoVectorToFloat transforms vector to float (not an engine)

Author:
Florian Link

Definition at line 29 of file SoVectorToFloat.h.


Constructor & Destructor Documentation

SoVectorToFloat::SoVectorToFloat ( )

Member Function Documentation

static void SoVectorToFloat::initClass ( ) [static]
void SoVectorToFloat::vecChanged ( )

called when the vector changes

static void SoVectorToFloat::vecChangedCB ( void *  data,
SoSensor *  a 
) [static]

Member Data Documentation

trigger that is touched when vector changed

Definition at line 44 of file SoVectorToFloat.h.

input vector

Definition at line 36 of file SoVectorToFloat.h.

SoSFFloat SoVectorToFloat::x

output x

Definition at line 38 of file SoVectorToFloat.h.

SoSFFloat SoVectorToFloat::y

output y

Definition at line 40 of file SoVectorToFloat.h.

SoSFFloat SoVectorToFloat::z

output z

Definition at line 42 of file SoVectorToFloat.h.


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