DGtal
1.5.beta
|
#include <DGtal/io/Display3D.h>
Data Fields | |
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... | |
Protected Member Functions | |
~CommonD3D ()=default | |
Protected destructor to disallow polymorphism. More... | |
Common data to most graphical structures used in Display3D.
Definition at line 138 of file Display3D.h.
|
protecteddefault |
Protected destructor to disallow polymorphism.
DGtal::Color DGtal::Display3D< Space, KSpace >::CommonD3D::color |
Color used for displaying the graphical structure.
Definition at line 139 of file Display3D.h.
DGtal::int32_t DGtal::Display3D< Space, KSpace >::CommonD3D::name |
The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none).
Definition at line 140 of file Display3D.h.