1 #ifndef COIN_SOPROJECTIONMATRIXELEMENT_H 2 #define COIN_SOPROJECTIONMATRIXELEMENT_H 36 #include <Inventor/elements/SoReplacedElement.h> 37 #include <Inventor/SbMatrix.h> 42 SO_ELEMENT_HEADER(SoProjectionMatrixElement);
44 static void initClass(
void);
46 virtual ~SoProjectionMatrixElement();
57 virtual void setElt(
SbMatrix const & matrix);
61 #endif // !COIN_SOPROJECTIONMATRIXELEMENT_H The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
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: SoReplacedElement.cpp:88
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:39
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:46