DGtal
1.5.beta
|
#include <DGtal/io/DrawWithDisplay3DModifier.h>
Public Member Functions | |
SetName3D (DGtal::int32_t aName=-1) | |
std::string | className () const |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
std::string | className () const |
Data Fields | |
DGtal::int32_t | name |
the "OpenGL name" for selection, or -1 for none. More... | |
This structure is used to set the "OpenGL name" (an integer identifier) of the following display command(s). You may use it like
Definition at line 242 of file DrawWithDisplay3DModifier.h.
|
inline |
Sets the "OpenGL name" of future display command(s).
aName | any integer: an identifier for later selection or -1 for none. |
Definition at line 245 of file DrawWithDisplay3DModifier.h.
|
inline |
Definition at line 247 of file DrawWithDisplay3DModifier.h.
DGtal::int32_t DGtal::SetName3D::name |
the "OpenGL name" for selection, or -1 for none.
Definition at line 249 of file DrawWithDisplay3DModifier.h.