Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <ClipPlane.hpp>

Public Member Functions | |
| ClipPlane (int plane_index, Real o=0.0f, vec3 n=vec3(0, 0, 0)) | |
| ClipPlane (int plane_index, const vec3 &o, const vec3 &n) | |
| virtual const char * | className () |
| Returns the name of the class. | |
| virtual void | disable () const |
| virtual void | enable () const |
| virtual ERenderState | type () const |
| virtual void | apply (const Camera *camera) const |
| void | followTransform (Transform *transform) |
| Transform * | followedTransform () |
| const Transform * | followedTransform () const |
| void | setPlaneIndex (int plane_index) |
| int | planeIndex () const |
| const Plane & | plane () const |
| void | setPlane (const Plane &plane) |
Protected Attributes | |
| int | mPlaneIndex |
| ref< Transform > | mFollowedTransform |
| Plane | mPlane |
| virtual const char* vl::ClipPlane::className | ( | ) | [inline, virtual] |
| virtual void vl::ClipPlane::disable | ( | ) | const [inline, virtual] |
Reimplemented from vl::RenderState.
| virtual void vl::ClipPlane::enable | ( | ) | const [inline, virtual] |
Reimplemented from vl::RenderState.
| virtual ERenderState vl::ClipPlane::type | ( | ) | const [inline, virtual] |
Reimplemented from vl::RenderState.
| virtual void vl::ClipPlane::apply | ( | const Camera * | camera | ) | const [inline, virtual] |
Implements vl::RenderState.
| void vl::ClipPlane::followTransform | ( | Transform * | transform | ) | [inline] |
| Transform* vl::ClipPlane::followedTransform | ( | ) | [inline] |
| const Transform* vl::ClipPlane::followedTransform | ( | ) | const [inline] |
| void vl::ClipPlane::setPlaneIndex | ( | int | plane_index | ) | [inline] |
| int vl::ClipPlane::planeIndex | ( | ) | const [inline] |
| const Plane& vl::ClipPlane::plane | ( | ) | const [inline] |
| void vl::ClipPlane::setPlane | ( | const Plane & | plane | ) | [inline] |
int vl::ClipPlane::mPlaneIndex [protected] |
ref<Transform> vl::ClipPlane::mFollowedTransform [protected] |
Plane vl::ClipPlane::mPlane [protected] |