DGtal 1.3.0
|
Modifier class in a Display3D stream. Useful to choose your own style for a given class. Realizes the concept CDrawableWithDisplay3D. More...
#include <DGtal/io/DrawWithDisplay3DModifier.h>
Public Member Functions | |
CustomStyle3D (std::string aClassname, DrawableWithDisplay3D *style) | |
std::string | className () const |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
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 96 of file DrawWithDisplay3DModifier.h.
|
inline |
aClassname | 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 104 of file DrawWithDisplay3DModifier.h.
std::string DGtal::CustomStyle3D::className | ( | ) | const |
std::string DGtal::CustomStyle3D::myClassname |
Definition at line 109 of file DrawWithDisplay3DModifier.h.
CountedPtr<DrawableWithDisplay3D> DGtal::CustomStyle3D::myStyle |
Definition at line 110 of file DrawWithDisplay3DModifier.h.