Modifier class in a Board2D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithBoard2D.
More...
#include <DGtal/io/boards/Board2D.h>
|
| SetMode (std::string classname, std::string mode) |
|
std::string | className () const |
|
Modifier class in a Board2D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithBoard2D.
- Examples
- arithmetic/lower-integer-convex-hull.cpp, geometry/curves/convex-and-concave-parts.cpp, geometry/curves/exampleAlphaThickSegmentNoisy.cpp, geometry/curves/exampleAlphaThickSegmentTgtCover.cpp, geometry/curves/exampleArithmeticalDSL.cpp, geometry/curves/exampleArithmeticalDSS.cpp, geometry/curves/exampleGridCurve2d.cpp, geometry/curves/greedy-dss-decomposition.cpp, geometry/curves/greedyAlphaThickDecomposition.cpp, geometry/tools/exampleAlphaShape.cpp, geometry/tools/exampleConvexHull2D.cpp, geometry/tools/examplePreimage.cpp, geometry/volumes/fullConvexityLUT2D.cpp, graph/graphTraversal.cpp, io/boards/dgtalBoard2D-2-sets.cpp, io/boards/dgtalBoard2D-4-colormaps.cpp, io/boards/exampleBezierCurve.cpp, io/boards/logoDGtal.cpp, shapes/exampleEuclideanShapesDecorator.cpp, topology/ctopo-1.cpp, topology/digitalSetToCubicalComplexes2D.cpp, topology/generateSimplicityTables2D.cpp, topology/khalimskySpaceScanner.cpp, and tutorial-examples/freemanChainFromImage.cpp.
Definition at line 247 of file Board2D.h.
◆ SetMode()
DGtal::SetMode::SetMode |
( |
std::string | classname, |
|
|
std::string | mode ) |
|
inline |
- Parameters
-
classname | the name of the class to which the style is associated. |
mode | a pointer on a dynamically allocated style, which is acquired by the class. |
Definition at line 254 of file Board2D.h.
◆ myClassname
std::string DGtal::SetMode::myClassname |
◆ myMode
std::string DGtal::SetMode::myMode |
The documentation for this struct was generated from the following file: