![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
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... | |
Graphical scale atomical element.
Definition at line 123 of file ecvRenderingTools.cpp.
|
inline |
Default constructor.
Definition at line 132 of file ecvRenderingTools.cpp.
| bool ScaleElement::condensed |
Specifies whether the cube is condensed or not.
Definition at line 129 of file ecvRenderingTools.cpp.
| bool ScaleElement::textDisplayed |
Specifies whether the value should be displayed.
Definition at line 127 of file ecvRenderingTools.cpp.
| double ScaleElement::value |
Starting value.
Definition at line 125 of file ecvRenderingTools.cpp.