DGtal
1.5.beta
|
#include <DGtal/io/Display3D.h>
Data Fields | |
std::vector< RealPoint > | vertices |
double | nx |
double | ny |
double | nz |
DGtal::Color | color |
Data Fields inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
DGtal::Color | color |
Color used for displaying the graphical structure. More... | |
DGtal::int32_t | name |
The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none). More... | |
Additional Inherited Members | |
Protected Member Functions inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
~CommonD3D ()=default | |
Protected destructor to disallow polymorphism. More... | |
This structure is used to display polygonal faces in 3d.
Definition at line 241 of file Display3D.h.
DGtal::Color DGtal::Display3D< Space, KSpace >::PolygonD3D::color |
Definition at line 245 of file Display3D.h.
double DGtal::Display3D< Space, KSpace >::PolygonD3D::nx |
Definition at line 244 of file Display3D.h.
double DGtal::Display3D< Space, KSpace >::PolygonD3D::ny |
Definition at line 244 of file Display3D.h.
double DGtal::Display3D< Space, KSpace >::PolygonD3D::nz |
Definition at line 244 of file Display3D.h.
std::vector<RealPoint> DGtal::Display3D< Space, KSpace >::PolygonD3D::vertices |
Definition at line 243 of file Display3D.h.