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);
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
Definition SoResetMatrixElement.h:40
virtual SbBool matches(const SoElement *element) const
Definition SoResetMatrixElement.cpp:82
virtual ~SoResetMatrixElement()
Definition SoResetMatrixElement.cpp:48
virtual void init(SoState *state)
Definition SoResetMatrixElement.cpp:54
virtual SoElement * copyMatchInfo(void) const
Definition SoResetMatrixElement.cpp:89
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:44