1 #ifndef COIN_SOLISTENERORIENTATIONELEMENT_H 2 #define COIN_SOLISTENERORIENTATIONELEMENT_H 27 #include <Inventor/elements/SoReplacedElement.h> 28 #include <Inventor/SbRotation.h> 35 static void initClass(
void);
42 const SbRotation & orientation, SbBool setbylistener);
45 static SbBool isSetByListener(
SoState *
const state);
47 virtual void print(FILE * file)
const;
54 #endif // !COIN_SOLISTENERORIENTATIONELEMENT_H The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
SoElement is the abstract base class for all elements.Elements are part of the design for scenegraph ...
Definition: SoElement.h:34
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:76
The SoListenerOrientationElement holds the orientation of the current listener.This orientation is se...
Definition: SoListenerOrientationElement.h:30
The SbRotation class represents a rotation in 3D space.SbRotation is used extensively throughout the ...
Definition: SbRotation.h:33
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30
SbRotation orientation
Definition: SoListenerOrientationElement.h:50
virtual void print(FILE *file) const
Definition: SoReplacedElement.cpp:105