DGtal 1.4.0
Loading...
Searching...
No Matches
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:
[legend]

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

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: