DGtal
0.6.devel
|
#include <Board2D.h>
Public Member Functions | |
SetMode (std::string classname, std::string mode) | |
![]() | |
std::string | className () const |
Data Fields | |
std::string | myClassname |
std::string | myMode |
Modifier class in a Board2D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithBoard2D.
|
inline |
classname | the name of the class to which the style is associated. |
style | a pointer on a dynamically allocated style, which is acquired by the class. |
Definition at line 267 of file Board2D.h.
std::string DGtal::SetMode::myClassname |
Definition at line 276 of file Board2D.h.
Referenced by DGtal::Display2DFactory::draw().
std::string DGtal::SetMode::myMode |
Definition at line 277 of file Board2D.h.
Referenced by DGtal::Display2DFactory::draw().