DGtal 1.4.0
|
#include <DGtal/io/Display3D.h>
Data Fields | |
RealPoint | center |
The center coordinate of the cube. | |
double | width |
The width of a cube face. | |
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 3D cube in Display3D.
Definition at line 160 of file Display3D.h.
RealPoint DGtal::Display3D< Space, KSpace >::CubeD3D::center |
The center coordinate of the cube.
Definition at line 162 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestVoxelFromCamera::operator()().
double DGtal::Display3D< Space, KSpace >::CubeD3D::width |
The width of a cube face.
Definition at line 164 of file Display3D.h.