1 #ifndef COIN_SOGLCLIPPLANEELEMENT_H 2 #define COIN_SOGLCLIPPLANEELEMENT_H 27 #include <Inventor/elements/SoClipPlaneElement.h> 34 static void initClass(
void);
42 static int getMaxGLPlanes(
void);
51 #endif // !COIN_SOGLCLIPPLANEELEMENT_H virtual void init(SoState *state)
Definition: SoClipPlaneElement.cpp:139
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoGLClipPlaneElement class is yet to be documented.FIXME: write doc.
Definition: SoGLClipPlaneElement.h:29
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void addToElt(const SbPlane &plane, const SbMatrix &modelmatrix)
Definition: SoClipPlaneElement.cpp:130
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:37
The SoClipPlaneElement class is used to manage the clip plane stack.
Definition: SoClipPlaneElement.h:31
The SbPlane class represents a plane in 3D space.SbDPPlane is used by many other classes in Coin...
Definition: SbPlane.h:34
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:585