1 #ifndef COIN_SOLISTENERDOPPLERELEMENT_H 2 #define COIN_SOLISTENERDOPPLERELEMENT_H 36 #include <Inventor/elements/SoReplacedElement.h> 37 #include <Inventor/SbVec3f.h> 44 static void initClass(
void);
50 static void setDopplerVelocity(
SoState *
const state,
SoNode *
const node,
52 static void setDopplerFactor(
SoState *
const state,
SoNode *
const node,
56 static float getDopplerFactor(
SoState *
const state);
58 virtual void print(FILE * file)
const;
65 #endif // !COIN_SOLISTENERDOPPLERELEMENT_H The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:89
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:118
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:51
The SoListenerDopplerElement holds the doppler velocity and factor of the current listener...
Definition: SoListenerDopplerElement.h:39
float dopplerFactor
Definition: SoListenerDopplerElement.h:62
SbVec3f dopplerVelocity
Definition: SoListenerDopplerElement.h:61