|
DGtal 1.4.0
|
#include <DGtal/io/Display3D.h>
Data Fields | |
| RealPoint | point1 |
| RealPoint | point2 |
| RealPoint | point3 |
| RealPoint | point4 |
| double | nx |
| double | ny |
| double | nz |
Data Fields inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
| DGtal::Color | color |
| Color used for displaying the graphical structure. | |
| DGtal::int32_t | name |
| The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none). | |
Additional Inherited Members | |
Protected Member Functions inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
| ~CommonD3D ()=default | |
| Protected destructor to disallow polymorphism. | |
The graphical structure that represents a quadrilateral in the space. It is used to display clipping planes and the components of the myPrismList (allowing to set normal and color).
Definition at line 185 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::QuadD3D::nx |
Definition at line 190 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::QuadD3D::ny |
Definition at line 190 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::QuadD3D::nz |
Definition at line 190 of file Display3D.h.
| RealPoint DGtal::Display3D< Space, KSpace >::QuadD3D::point1 |
Definition at line 186 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestSurfelFromCamera::operator()().
| RealPoint DGtal::Display3D< Space, KSpace >::QuadD3D::point2 |
Definition at line 187 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestSurfelFromCamera::operator()().
| RealPoint DGtal::Display3D< Space, KSpace >::QuadD3D::point3 |
Definition at line 188 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestSurfelFromCamera::operator()().
| RealPoint DGtal::Display3D< Space, KSpace >::QuadD3D::point4 |
Definition at line 189 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestSurfelFromCamera::operator()().