ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ScaleElement Struct Reference

Graphical scale atomical element. More...

Public Member Functions

 ScaleElement (double val, bool dispText=true, bool isCondensed=false)
 Default constructor. More...
 

Public Attributes

double value
 Starting value. More...
 
bool textDisplayed
 Specifies whether the value should be displayed. More...
 
bool condensed
 Specifies whether the cube is condensed or not. More...
 

Detailed Description

Graphical scale atomical element.

Definition at line 123 of file ecvRenderingTools.cpp.

Constructor & Destructor Documentation

◆ ScaleElement()

ScaleElement::ScaleElement ( double  val,
bool  dispText = true,
bool  isCondensed = false 
)
inline

Default constructor.

Definition at line 132 of file ecvRenderingTools.cpp.

Member Data Documentation

◆ condensed

bool ScaleElement::condensed

Specifies whether the cube is condensed or not.

Definition at line 129 of file ecvRenderingTools.cpp.

◆ textDisplayed

bool ScaleElement::textDisplayed

Specifies whether the value should be displayed.

Definition at line 127 of file ecvRenderingTools.cpp.

◆ value

double ScaleElement::value

Starting value.

Definition at line 125 of file ecvRenderingTools.cpp.


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