Adds a clipping plane to the set currently in GL. More...
#include <Inventor/elements/SoGLClipPlaneElement.h>
Public Member Functions | |
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static int | getMaxGLPlanes () |
Adds a clipping plane to the set currently in GL.
This element adds a clipping plane to the set currently in GL. Overrides the virtual methods on SoClipPlaneElement to send the clipping plane to GL.
NOTE: This class does not exist in Open Inventor 10.0 and later.Note that this class relies on SoClipPlaneElement to store the plane in the instance.
static int SoGLClipPlaneElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoClipPlaneElement.
static SoType SoGLClipPlaneElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoClipPlaneElement.
static int SoGLClipPlaneElement::getMaxGLPlanes | ( | ) | [static] |
Returns the maximum number of concurrent clipping planes supported by GL implementation.
Reimplemented from SoClipPlaneElement.
virtual void SoGLClipPlaneElement::pop | ( | SoState * | state, | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Overrides pop() method so side effects can occur in GL.
Reimplemented from SoClipPlaneElement.