|
Public Member Functions |
| | ClipPlane () |
| | ClipPlane (unsigned int no, const Vec4d &plane) |
| | ClipPlane (unsigned int no, const Plane &plane) |
| | ClipPlane (unsigned int no, double a, double b, double c, double d) |
| | ClipPlane (const ClipPlane &cp, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| | Copy constructor using CopyOp to manage deep vs shallow copy.
|
| | META_StateAttribute (osg, ClipPlane, CLIPPLANE) |
| virtual int | compare (const StateAttribute &sa) const |
| | Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
|
| virtual unsigned int | getMember () const |
| | Return the member identifier within the attribute's class type.
|
| virtual bool | getModeUsage (ModeUsage &usage) const |
| | Return the modes associated with this StateAttribute.
|
| void | setClipPlane (const Plane &plane) |
| | Set the clip plane with the given Plane.
|
| void | setClipPlane (double a, double b, double c, double d) |
| | Defines the plane as [ a b c d ].
|
| void | setClipPlane (const Vec4d &plane) |
| | Set the clip plane with the given Vec4.
|
| const Vec4d & | getClipPlane () const |
| | Gets the clip plane as a Vec4d.
|
| void | setClipPlaneNum (unsigned int num) |
| | Sets the clip plane number.
|
| unsigned int | getClipPlaneNum () const |
| | Gets the clip plane number.
|
| virtual void | apply (State &state) const |
| | Applies the clip plane's state to the OpenGL state machine.
|
Protected Member Functions |
| virtual | ~ClipPlane () |
Protected Attributes |
| Vec4d | _clipPlane |
| unsigned int | _clipPlaneNum |