The soclipplaneelement class is used to manage the clip plane stack.
#include <Inventor/elements/SoClipPlaneElement.h>
Inherits SoAccumulatedElement.
Inherited by SoGLClipPlaneElement.
virtual void init (SoState *state)
virtual void push (SoState *state)
int getNum (void) const
const SbPlane & get (const int index, const SbBool inworldspace=TRUE) const
static SoType getClassTypeId (void)
static int getClassStackIndex (void)
static void * createInstance (void)
static void initClass (void)
static void add (SoState *const state, SoNode *const node, const SbPlane &plane)
static const SoClipPlaneElement * getInstance (SoState *const state)
virtual ~SoClipPlaneElement ()
virtual void addToElt (const SbPlane &plane, const SbMatrix &modelmatrix)
SbList< so_plane_data > planes
int startIndex
The SoClipPlaneElement class is used to manage the clip plane stack.
The destructor.
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
This function initializes the element type in the given SoState. It is called for the first element of each enabled element type in SoState objects.
Reimplemented from SoAccumulatedElement.
Reimplemented in SoGLClipPlaneElement.
This method is called every time a new element is required in one of the stacks. This happens when a writable element is requested, using SoState::getElement() or indirectly SoElement::getElement(), and the depth of the current element is less than the state depth.
Override this method if your element needs to copy data from the previous top of stack. The push() method is called on the new element, and the previous element can be found using SoElement::getNextInStack().
Reimplemented from SoAccumulatedElement.
Adds plane as an active plane. Calls addToElt() to do the job.
Returns the current (top-of-stack) element.
Returns the current number of active clipping planes.
Returns the 'th plane.
This method adds the clipping plane, plane, to an instance. modelmatrix is the current model matrix.
Reimplemented in SoGLClipPlaneElement.
List of currently active planes.
Index of first clip plane in this element. Used to disable clip planes in SoGLClipPlaneElement::pop().
Generated automatically by Doxygen for Coin from the source code.