DGtal
0.6.devel
|
#include <DrawWithDisplay3DModifier.h>
Public Member Functions | |
CustomStyle3D (std::string classname, DrawableWithDisplay3D *style) | |
std::string | className () const |
Data Fields | |
std::string | myClassname |
CountedPtr< DrawableWithDisplay3D > | myStyle |
Modifier class in a Display3D stream. Useful to choose your own style for a given class. Realizes the concept CDrawableWithDisplay3D.
Definition at line 112 of file DrawWithDisplay3DModifier.h.
|
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 119 of file DrawWithDisplay3DModifier.h.
|
inline |
Reimplemented from DGtal::DrawWithDisplay3DModifier.
Definition at line 123 of file DrawWithDisplay3DModifier.h.
std::string DGtal::CustomStyle3D::myClassname |
Definition at line 133 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().
CountedPtr<DrawableWithDisplay3D> DGtal::CustomStyle3D::myStyle |
Definition at line 134 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().