1#ifndef COIN_SOGLCLIPPLANEELEMENT_H
2#define COIN_SOGLCLIPPLANEELEMENT_H
36#include <Inventor/elements/SoClipPlaneElement.h>
38class COIN_DLL_API SoGLClipPlaneElement :
public SoClipPlaneElement {
39 typedef SoClipPlaneElement inherited;
41 SO_ELEMENT_HEADER(SoGLClipPlaneElement);
45 virtual ~SoGLClipPlaneElement();
48 virtual void init(SoState * state);
49 virtual void pop(SoState * state,
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
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(void)
Definition SoElement.cpp:534
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition SoElement.cpp:585
static int getMaxGLPlanes(void)
FIXME: write doc.
Definition SoGLClipPlaneElement.cpp:105