1 #ifndef COIN_SORESETMATRIXELEMENT_H
2 #define COIN_SORESETMATRIXELEMENT_H
38 #include <Inventor/elements/SoViewingMatrixElement.h>
40 class SoResetMatrixElement :
public SoElement {
43 SO_ELEMENT_HEADER(SoResetMatrixElement);
48 virtual ~SoResetMatrixElement();
56 virtual void setElt(
const SbMatrix & matrix);
64 #endif // COIN_SORESETMATRIXELEMENT_H
static void initClass(void)
Definition: SoElement.cpp:506
virtual SbBool matches(const SoElement *element) const =0
Definition: SoElement.cpp:608
SbBool set(const char *resloc, const SbByteBuffer &buffer, ResourceFlags flags=NONE)
Definition: CoinResources.cpp:294
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
virtual void init(SoState *state)
Definition: SoElement.cpp:552
virtual SoElement * copyMatchInfo(void) const =0
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:47