DGtal
0.6.devel
|
#include <DrawWithDisplay3DModifier.h>
Public Member Functions | |
ClippingPlane (double a, double b, double c, double d, bool drawPlane=true) | |
double * | getEquation () |
![]() | |
std::string | className () const |
Data Fields | |
double | myA |
double | myB |
double | myC |
double | myD |
bool | myDrawPlane |
Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithViewer3D.
Definition at line 184 of file DrawWithDisplay3DModifier.h.
|
inline |
classname | the name of the class to which the style is associated. |
style | a pointer on a dynamically allocated style, which is acquired by the class. |
Definition at line 191 of file DrawWithDisplay3DModifier.h.
|
inline |
double DGtal::ClippingPlane::myA |
Definition at line 210 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and getEquation().
double DGtal::ClippingPlane::myB |
Definition at line 211 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and getEquation().
double DGtal::ClippingPlane::myC |
Definition at line 212 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and getEquation().
double DGtal::ClippingPlane::myD |
Definition at line 213 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and getEquation().
bool DGtal::ClippingPlane::myDrawPlane |
Definition at line 214 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().