1 #ifndef COIN_SORESETMATRIXELEMENT_H 2 #define COIN_SORESETMATRIXELEMENT_H 38 #include <Inventor/elements/SoViewingMatrixElement.h> 46 static void initClass(
void);
56 virtual void setElt(
const SbMatrix & matrix);
64 #endif // COIN_SORESETMATRIXELEMENT_H virtual ~SoResetMatrixElement()
Definition: SoResetMatrixElement.cpp:48
virtual void init(SoState *state)
Definition: SoResetMatrixElement.cpp:54
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual SbBool matches(const SoElement *element) const
Definition: SoResetMatrixElement.cpp:82
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
virtual SoElement * copyMatchInfo(void) const
Definition: SoResetMatrixElement.cpp:89
Definition: SoResetMatrixElement.h:40