|
DGtal 1.4.2
|
#include <DGtal/io/Display3D.h>
Data Fields | |
| 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). | |
Protected Member Functions | |
| ~CommonD3D ()=default | |
| Protected destructor to disallow polymorphism. | |
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.