Inheritance diagram for osg::ClipNode:

Public Types | |
| typedef std::vector< ref_ptr< ClipPlane > > | ClipPlaneList |
Public Member Functions | |
| ClipNode () | |
| ClipNode (const ClipNode &es, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_Node (osg, ClipNode) | |
| void | createClipBox (const BoundingBox &bb, unsigned int clipPlaneNumberBase=0) |
| Creates six clip planes corresponding to the given BoundingBox. | |
| bool | addClipPlane (ClipPlane *clipplane) |
| Adds the clipplane. | |
| bool | removeClipPlane (ClipPlane *clipplane) |
| Removes the clipplane. | |
| bool | removeClipPlane (unsigned int pos) |
| Remove the ClipPlane with the given index. | |
| unsigned int | getNumClipPlanes () const |
| Returns the number of ClipPlanes. | |
| ClipPlane * | getClipPlane (unsigned int pos) |
| Get ClipPlane at the given index position. | |
| const ClipPlane * | getClipPlane (unsigned int pos) const |
| Get const ClipPlane at the given index position. | |
| void | getClipPlaneList (const ClipPlaneList &cpl) |
| Set the ClipPlaneList. | |
| ClipPlaneList & | getClipPlaneList () |
| Get the ClipPlaneList. | |
| const ClipPlaneList & | getClipPlaneList () const |
| Get the const ClipPlaneList. | |
| void | setStateSetModes (StateSet &, StateAttribute::GLModeValue) const |
| Set the GLModes for all ClipPlanes, on the StateSet. | |
| void | setLocalStateSetModes (StateAttribute::GLModeValue=StateAttribute::ON) |
| Set up the local StateSet. | |
| virtual BoundingSphere | computeBound () const |
| Compute the bounding sphere around Node's geometry or children. | |
Protected Member Functions | |
| virtual | ~ClipNode () |
Protected Attributes | |
| StateAttribute::GLModeValue | _value |
| ClipPlaneList | _planes |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Adds the clipplane. Returns true on success, and false if the plane has already been added, or if clipplane is NULL. |
|
|
Compute the bounding sphere around Node's geometry or children. This method is automatically called by getBound() when the bounding sphere has been marked dirty via dirtyBound(). Reimplemented from osg::Group. |
|
||||||||||||
|
Creates six clip planes corresponding to the given BoundingBox.
|
|
|
Get const ClipPlane at the given index position.
|
|
|
Get ClipPlane at the given index position.
|
|
|
Get the const ClipPlaneList.
|
|
|
Get the ClipPlaneList.
|
|
|
Set the ClipPlaneList.
|
|
|
Returns the number of ClipPlanes.
|
|
||||||||||||
|
|
|
|
Remove the ClipPlane with the given index. Returns true on success, false if pos is not a valid plane index. |
|
|
Removes the clipplane. Returns true on success, false if clipplane isn't in this ClipNode. |
|
|
Set up the local StateSet.
|
|
||||||||||||
|
Set the GLModes for all ClipPlanes, on the StateSet.
|
|
|
|
|
|
|