1 #ifndef COIN_SOLISTENERPOSITIONELEMENT_H 2 #define COIN_SOLISTENERPOSITIONELEMENT_H 36 #include <Inventor/elements/SoReplacedElement.h> 37 #include <Inventor/SbVec3f.h> 44 static void initClass(
void);
51 const SbVec3f & position, SbBool setbylistener);
54 static SbBool isSetByListener(
SoState *
const state);
56 virtual void print(FILE * file)
const;
63 #endif // !COIN_SOLISTENERPOSITIONELEMENT_H virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:117
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoListenerPositionElement holds the position of the current listener.This position is set by SoLi...
Definition: SoListenerPositionElement.h:39
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:88
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:39
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:51
SbVec3f position
Definition: SoListenerPositionElement.h:59