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
SoElement * copyMatchInfo(void) const override
Definition SoResetMatrixElement.cpp:92
static void initClass(void)
Definition SoResetMatrixElement.cpp:43
SbBool matches(const SoElement *element) const override
Definition SoResetMatrixElement.cpp:85
virtual ~SoResetMatrixElement()
Definition SoResetMatrixElement.cpp:51
void init(SoState *state) override
Definition SoResetMatrixElement.cpp:57
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44