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);
78 #endif // !COIN_SOCULLELEMENT_H
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition: SbBox3f.h:46
static void initClass(void)
Definition: SoElement.cpp:506
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
virtual void push(SoState *state)
Definition: SoElement.cpp:569
virtual SbBool matches(const SoElement *element) const =0
Definition: SoElement.cpp:608
virtual void init(SoState *state)
Definition: SoElement.cpp:552
The SoCullElement class is used internally for render and pick culling.
Definition: SoCullElement.h:42
The SbViewVolume class is a viewing volume in 3D space.
Definition: SbViewVolume.h:50
virtual SoElement * copyMatchInfo(void) const =0
The SbPlane class represents a plane in 3D space.
Definition: SbPlane.h:43