1#ifndef COIN_SORESETMATRIXELEMENT_H
2#define COIN_SORESETMATRIXELEMENT_H
38#include <Inventor/elements/SoViewingMatrixElement.h>
56 virtual void setElt(
const SbMatrix & matrix);
The SbList class is a template container class for lists.
Definition SbList.h:70
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:85
static void initClass(void)
Definition SoResetMatrixElement.cpp:43
virtual ~SoResetMatrixElement()
Definition SoResetMatrixElement.cpp:51
virtual void init(SoState *state)
Definition SoResetMatrixElement.cpp:57
virtual SoElement * copyMatchInfo(void) const
Definition SoResetMatrixElement.cpp:92
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44