1 #ifndef COIN_SOGLCLIPPLANEELEMENT_H 2 #define COIN_SOGLCLIPPLANEELEMENT_H 36 #include <Inventor/elements/SoClipPlaneElement.h> 43 static void initClass(
void);
51 static int getMaxGLPlanes(
void);
60 #endif // !COIN_SOGLCLIPPLANEELEMENT_H virtual void init(SoState *state)
Definition: SoClipPlaneElement.cpp:149
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoGLClipPlaneElement class is yet to be documented.
Definition: SoGLClipPlaneElement.h:38
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual void addToElt(const SbPlane &plane, const SbMatrix &modelmatrix)
Definition: SoClipPlaneElement.cpp:140
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
The SoClipPlaneElement class is used to manage the clip plane stack.
Definition: SoClipPlaneElement.h:40
The SbPlane class represents a plane in 3D space.
Definition: SbPlane.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:584