15 #define OSG_CLIPNODE 1
18 #include <osg/ClipPlane>
54 void setReferenceFrame(ReferenceFrame rf);
60 void createClipBox(
const BoundingBox& bb,
unsigned int clipPlaneNumberBase=0);
68 bool removeClipPlane(
ClipPlane* clipplane);
72 bool removeClipPlane(
unsigned int pos);
const ClipPlane * getClipPlane(unsigned int pos) const
unsigned int getNumClipPlanes() const
ClipPlaneList & getClipPlaneList()
#define META_Node(library, name)
ClipPlane * getClipPlane(unsigned int pos)
StateAttribute::GLModeValue _value
void setClipPlaneList(const ClipPlaneList &cpl)
const ClipPlaneList & getClipPlaneList() const
ReferenceFrame _referenceFrame
ReferenceFrame getReferenceFrame() const
std::vector< ref_ptr< ClipPlane > > ClipPlaneList