DGtal
0.6.devel
|
#include <DrawWithDisplay3DModifier.h>
Public Member Functions | |
SetMode3D (std::string classname, std::string mode) | |
![]() | |
std::string | className () const |
Data Fields | |
std::string | myClassname |
std::string | myMode |
Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D.
Definition at line 85 of file DrawWithDisplay3DModifier.h.
|
inline |
classname | the name of the class to which the style is associated. |
mode | the name of the new mode. |
Definition at line 91 of file DrawWithDisplay3DModifier.h.
std::string DGtal::SetMode3D::myClassname |
Definition at line 100 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().
std::string DGtal::SetMode3D::myMode |
Definition at line 101 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().