DGtal
0.6.devel
|
#include <Board2D.h>
Public Member Functions | |
CustomStyle (std::string classname, DrawableWithBoard2D *style) | |
std::string | className () const |
Data Fields | |
std::string | myClassname |
CountedPtr< DrawableWithBoard2D > | myStyle |
Modifier class in a Board2D stream. Useful to choose your own style 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 237 of file Board2D.h.
|
inline |
Reimplemented from DGtal::DrawWithBoardModifier.
Definition at line 241 of file Board2D.h.
std::string DGtal::CustomStyle::myClassname |
Definition at line 251 of file Board2D.h.
Referenced by DGtal::Display2DFactory::draw().
CountedPtr<DrawableWithBoard2D> DGtal::CustomStyle::myStyle |
Definition at line 252 of file Board2D.h.
Referenced by DGtal::Display2DFactory::draw().