DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
DGtal::SetMode3D Struct Reference

Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D. More...

#include <DGtal/io/DrawWithDisplay3DModifier.h>

Inheritance diagram for DGtal::SetMode3D:
DGtal::DrawWithDisplay3DModifier

Public Member Functions

 SetMode3D (std::string classname, std::string mode)
 
- Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier
std::string className () const
 

Data Fields

std::string myClassname
 
std::string myMode
 

Detailed Description

Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D.

Examples
geometry/curves/exampleArithDSS3d.cpp, geometry/curves/exampleGridCurve3d-2.cpp, geometry/surfaces/dvcm-3d.cpp, geometry/volumes/distance/distancetransform3D.cpp, geometry/volumes/fullConvexityAnalysis3D.cpp, geometry/volumes/fullConvexityShortestPaths3D.cpp, geometry/volumes/fullConvexityThinning3D.cpp, graph/volDistanceTraversal.cpp, io/boards/dgtalBoard3D-1-points.cpp, io/boards/dgtalBoard3D-2-ks.cpp, io/boards/dgtalBoard3D-6-clipping.cpp, io/boards/dgtalBoard3DTo2D-1-points.cpp, io/boards/dgtalBoard3DTo2D-2bis-sets.cpp, io/boards/dgtalBoard3DTo2D-3-objects.cpp, io/boards/dgtalBoard3DTo2D-5-custom.cpp, io/boards/dgtalBoard3DTo2D-6.cpp, io/boards/dgtalBoard3DTo2D-KSCell.cpp, io/digitalSetFromVol.cpp, io/viewers/viewer3D-10-interaction.cpp, io/viewers/viewer3D-3-objects.cpp, io/viewers/viewer3D-4-modes.cpp, io/viewers/viewer3D-4bis-illustrationMode.cpp, io/viewers/viewer3D-5-custom.cpp, io/viewers/viewer3D-6-clipping.cpp, io/viewers/viewer3D-8-2DSliceImages.cpp, io/viewers/viewer3D-9-3Dimages.cpp, topology/ctopo-1-3d.cpp, topology/ctopo-2-3d.cpp, topology/digitalSurfaceSlice.cpp, topology/frontierAndBoundary.cpp, topology/homotopicThinning3D.cpp, topology/volScanBoundary.cpp, and topology/volTrackBoundary.cpp.

Definition at line 73 of file DrawWithDisplay3DModifier.h.

Constructor & Destructor Documentation

◆ SetMode3D()

DGtal::SetMode3D::SetMode3D ( std::string  classname,
std::string  mode 
)
inline
Parameters
classnamethe name of the class to which the style is associated.
modethe name of the new mode.

Definition at line 80 of file DrawWithDisplay3DModifier.h.

81 : myClassname( classname ), myMode( mode )
82 {}

Field Documentation

◆ myClassname

std::string DGtal::SetMode3D::myClassname

Definition at line 84 of file DrawWithDisplay3DModifier.h.

◆ myMode

std::string DGtal::SetMode3D::myMode

Definition at line 85 of file DrawWithDisplay3DModifier.h.


The documentation for this struct was generated from the following file: