1#ifndef COIN_SORESETMATRIXELEMENT_H
2#define COIN_SORESETMATRIXELEMENT_H
38#include <Inventor/elements/SoViewingMatrixElement.h>
40class SoResetMatrixElement :
public SoElement {
43 SO_ELEMENT_HEADER(SoResetMatrixElement);
46 static void initClass(
void);
48 virtual ~SoResetMatrixElement();
51 virtual void init(
SoState * state);
56 virtual void setElt(
const SbMatrix & matrix);
57 virtual SbBool matches(
const SoElement * element)
const;
58 virtual SoElement * copyMatchInfo(
void)
const;
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
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44