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