DGtal  1.2.0
Public Member Functions | Data Fields
DGtal::ClippingPlane Struct Reference

Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithViewer3D. More...

#include <DGtal/io/DrawWithDisplay3DModifier.h>

Inheritance diagram for DGtal::ClippingPlane:
[legend]

Public Member Functions

 ClippingPlane (double a, double b, double c, double d, bool drawPlane=true)
 
double * getEquation ()
 
- Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier
std::string className () const
 

Data Fields

double myA
 
double myB
 
double myC
 
double myD
 
bool myDrawPlane
 

Detailed Description

Class for adding a Clipping plane through the Viewer3D stream. Realizes the concept CDrawableWithViewer3D.

Examples
tutorial-examples/volDTGranulo.cpp.

Definition at line 156 of file DrawWithDisplay3DModifier.h.

Constructor & Destructor Documentation

◆ ClippingPlane()

DGtal::ClippingPlane::ClippingPlane ( double  a,
double  b,
double  c,
double  d,
bool  drawPlane = true 
)
inline

Member Function Documentation

◆ getEquation()

double* DGtal::ClippingPlane::getEquation ( )

Field Documentation

◆ myA

double DGtal::ClippingPlane::myA

Definition at line 166 of file DrawWithDisplay3DModifier.h.

◆ myB

double DGtal::ClippingPlane::myB

Definition at line 167 of file DrawWithDisplay3DModifier.h.

◆ myC

double DGtal::ClippingPlane::myC

Definition at line 168 of file DrawWithDisplay3DModifier.h.

◆ myD

double DGtal::ClippingPlane::myD

Definition at line 169 of file DrawWithDisplay3DModifier.h.

◆ myDrawPlane

bool DGtal::ClippingPlane::myDrawPlane

Definition at line 170 of file DrawWithDisplay3DModifier.h.


The documentation for this struct was generated from the following file: