1#ifndef COIN_SOCULLELEMENT_H
2#define COIN_SOCULLELEMENT_H
36#include <Inventor/elements/SoSubElement.h>
37#include <Inventor/SbPlane.h>
58 static SbBool cullBox(
SoState * state,
const SbBox3f & box,
const SbBool transform = TRUE);
59 static SbBool cullTest(
SoState * state,
const SbBox3f & box,
const SbBool transform = TRUE);
60 static SbBool completelyInside(
SoState * state);
67 enum { MAXPLANES = 32 };
69 static SbBool docull(
SoState * state,
const SbBox3f & box,
const SbBool transform,
70 const SbBool updateelem);
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:46
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:43
The SbViewVolume class is a viewing volume in 3D space.
Definition SbViewVolume.h:50
The SoCullElement class is used internally for render and pick culling.
Definition SoCullElement.h:42
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
virtual SoElement * copyMatchInfo(void) const =0
virtual SbBool matches(const SoElement *element) const =0
Definition SoElement.cpp:609
static void initClass(void)
Definition SoElement.cpp:507
virtual void init(SoState *state)
Definition SoElement.cpp:553
virtual void push(SoState *state)
Definition SoElement.cpp:570
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44