|
DGtal
0.6.devel
|
#include <Display3D.h>
Public Member Functions | |
| const double & | operator[] (unsigned int i) const |
| double & | operator[] (unsigned int i) |
Data Fields | |
| double | x |
| double | y |
| double | z |
| unsigned int | R |
| unsigned int | G |
| unsigned int | B |
| unsigned int | T |
| bool | isSigned |
| bool | signPos |
| double | size |
Structure used to display KSPoint in 3D and MeshFromPoints
Definition at line 175 of file Display3D.h.
|
inline |
|
inline |
| unsigned int DGtal::Display3D::pointD3D::B |
Definition at line 195 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| unsigned int DGtal::Display3D::pointD3D::G |
Definition at line 195 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| bool DGtal::Display3D::pointD3D::isSigned |
Definition at line 196 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| unsigned int DGtal::Display3D::pointD3D::R |
Definition at line 195 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| bool DGtal::Display3D::pointD3D::signPos |
Definition at line 197 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| double DGtal::Display3D::pointD3D::size |
Definition at line 198 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| unsigned int DGtal::Display3D::pointD3D::T |
Definition at line 195 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), and DGtal::Viewer3D::glDrawGLPointel().
| double DGtal::Display3D::pointD3D::x |
Definition at line 193 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), DGtal::Display3DFactory::drawAsFaces(), DGtal::Display3D::exportToMesh(), DGtal::Viewer3D::glDrawGLPointel(), and operator[]().
| double DGtal::Display3D::pointD3D::y |
Definition at line 193 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), DGtal::Display3DFactory::drawAsFaces(), DGtal::Display3D::exportToMesh(), DGtal::Viewer3D::glDrawGLPointel(), and operator[]().
| double DGtal::Display3D::pointD3D::z |
Definition at line 193 of file Display3D.h.
Referenced by DGtal::Display3D::addKSPointel(), DGtal::Display3D::addPoint(), DGtal::Display3DFactory::drawAsFaces(), DGtal::Display3D::exportToMesh(), DGtal::Viewer3D::glDrawGLPointel(), and operator[]().
1.8.1.1