DGtal
1.5.beta
|
Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D. More...
#include <DGtal/io/DrawWithDisplay3DModifier.h>
Public Member Functions | |
SetMode3D (std::string classname, std::string mode) | |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
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 73 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 80 of file DrawWithDisplay3DModifier.h.
std::string DGtal::SetMode3D::myClassname |
Definition at line 84 of file DrawWithDisplay3DModifier.h.
std::string DGtal::SetMode3D::myMode |
Definition at line 85 of file DrawWithDisplay3DModifier.h.