DGtal
0.6.devel
|
#include <Display3D.h>
Data Fields | |
int | x |
int | y |
int | z |
unsigned int | R |
unsigned int | G |
unsigned int | B |
unsigned int | T |
double | width |
Defines the 3D voxel.
Definition at line 110 of file Display3D.h.
unsigned int DGtal::Display3D::voxelD3D::B |
Definition at line 117 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), and DGtal::Display3D::exportToMesh().
unsigned int DGtal::Display3D::voxelD3D::G |
Definition at line 117 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), and DGtal::Display3D::exportToMesh().
unsigned int DGtal::Display3D::voxelD3D::R |
The display color of the voxel.
Definition at line 117 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), and DGtal::Display3D::exportToMesh().
unsigned int DGtal::Display3D::voxelD3D::T |
Definition at line 117 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), and DGtal::Display3D::exportToMesh().
double DGtal::Display3D::voxelD3D::width |
The width of a voxel face
Definition at line 121 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), and DGtal::Display3D::exportToMesh().
int DGtal::Display3D::voxelD3D::x |
The center coordinate of the voxel.
Definition at line 113 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), DGtal::Display3D::exportToMesh(), and DGtal::Viewer3D::compFarthestVoxelFromCamera::operator()().
int DGtal::Display3D::voxelD3D::y |
Definition at line 113 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), DGtal::Display3D::exportToMesh(), and DGtal::Viewer3D::compFarthestVoxelFromCamera::operator()().
int DGtal::Display3D::voxelD3D::z |
Definition at line 113 of file Display3D.h.
Referenced by DGtal::Display3D::addKSVoxel(), DGtal::Display3D::addVoxel(), DGtal::Display3D::exportToMesh(), and DGtal::Viewer3D::compFarthestVoxelFromCamera::operator()().