![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvDrawContext.h>

Public Attributes | |
| bool | display3D = false |
| double | textScale = 1.0 |
| double | opacity = 1.0 |
| CCVector3d | textPos = CCVector3d(0.0, 0.0, 0.0) |
| QString | text = "" |
| QFont | font = QFont() |
Definition at line 319 of file ecvDrawContext.h.
| bool ecvTextParam::display3D = false |
Definition at line 320 of file ecvDrawContext.h.
| QFont ecvTextParam::font = QFont() |
Definition at line 325 of file ecvDrawContext.h.
| double ecvTextParam::opacity = 1.0 |
Definition at line 322 of file ecvDrawContext.h.
| QString ecvTextParam::text = "" |
Definition at line 324 of file ecvDrawContext.h.
| CCVector3d ecvTextParam::textPos = CCVector3d(0.0, 0.0, 0.0) |
Definition at line 323 of file ecvDrawContext.h.
| double ecvTextParam::textScale = 1.0 |
Definition at line 321 of file ecvDrawContext.h.