#include <BALL/VIEW/KERNEL/clippingPlane.h>
ClippingPlane
Definition at line 25 of file clippingPlane.h.
BALL::VIEW::ClippingPlane::ClippingPlane |
( |
| ) |
|
BALL::VIEW::ClippingPlane::ClippingPlane |
( |
const ClippingPlane & |
plane | ) |
|
virtual BALL::VIEW::ClippingPlane::~ClippingPlane |
( |
| ) |
|
|
virtual |
bool BALL::VIEW::ClippingPlane::cappingEnabled |
( |
| ) |
const |
|
inline |
void BALL::VIEW::ClippingPlane::clear |
( |
| ) |
|
void BALL::VIEW::ClippingPlane::flip |
( |
| ) |
|
|
inline |
static ColorRGBA& BALL::VIEW::ClippingPlane::getCappingColor |
( |
| ) |
|
|
inlinestatic |
float BALL::VIEW::ClippingPlane::getDistance |
( |
| ) |
const |
const Vector3& BALL::VIEW::ClippingPlane::getNormal |
( |
| ) |
const |
|
inline |
const Vector3& BALL::VIEW::ClippingPlane::getPoint |
( |
| ) |
const |
|
inline |
bool BALL::VIEW::ClippingPlane::isActive |
( |
| ) |
const |
|
inline |
bool BALL::VIEW::ClippingPlane::isHidden |
( |
| ) |
const |
|
inline |
void BALL::VIEW::ClippingPlane::setActive |
( |
bool |
state | ) |
|
|
inline |
void BALL::VIEW::ClippingPlane::setCappingEnabled |
( |
bool |
state | ) |
|
|
inline |
void BALL::VIEW::ClippingPlane::setHidden |
( |
bool |
hidden | ) |
|
|
inline |
void BALL::VIEW::ClippingPlane::setNormal |
( |
const Vector3 & |
normal | ) |
|
|
inline |
void BALL::VIEW::ClippingPlane::setPoint |
( |
const Vector3 & |
v | ) |
|
|
inline |
bool BALL::VIEW::ClippingPlane::active_ |
|
protected |
bool BALL::VIEW::ClippingPlane::cap_ |
|
protected |
ColorRGBA BALL::VIEW::ClippingPlane::capping_color_ |
|
staticprotected |
bool BALL::VIEW::ClippingPlane::hidden_ |
|
protected |
Vector3 BALL::VIEW::ClippingPlane::normal_ |
|
protected |
Vector3 BALL::VIEW::ClippingPlane::point_ |
|
protected |