DGtal 2.1.0
|
Style of display of an element. More...
#include <DGtal/io/Display3D.h>
Public Types | |
enum | DrawMode : size_t { DEFAULT = (1 << 0) , PAVING = (1 << 1) , BALLS = (1 << 2) , ADJACENCIES = (1 << 3) , GRID = (1 << 4) , SIMPLIFIED = (1 << 5) } |
List available draw modes. More... | |
Data Fields | |
Color | color = Color(200, 200, 200, 255) |
bool | useDefaultColors = true |
double | width = 1.0 |
size_t | mode = static_cast<size_t>(DrawMode::DEFAULT) |
Style of display of an element.
Definition at line 177 of file Display3D.h.
enum DGtal::DisplayStyle::DrawMode : size_t |
List available draw modes.
Draw mode are meant as a shortcut to change how objects are displayed. Not all draw modes are supported for every objects.
Enumerator | |
---|---|
DEFAULT | |
PAVING | |
BALLS | |
ADJACENCIES | |
GRID | |
SIMPLIFIED |
Definition at line 192 of file Display3D.h.
Definition at line 179 of file Display3D.h.
size_t DGtal::DisplayStyle::mode = static_cast<size_t>(DrawMode::DEFAULT) |
Definition at line 201 of file Display3D.h.
Referenced by main().
bool DGtal::DisplayStyle::useDefaultColors = true |
Definition at line 181 of file Display3D.h.
double DGtal::DisplayStyle::width = 1.0 |
Definition at line 183 of file Display3D.h.