#include <SettingsView.hpp>
◆ ColorSource
Enumerator |
---|
COLOR | |
INTENSITY | |
RETURN_NUMBER | |
NUMBER_OF_RETURNS | |
CLASSIFICATION | |
SEGMENT | |
ELEVATION | |
DESCRIPTOR | |
UNKNOWN | |
◆ SettingsView()
SettingsView::SettingsView |
( |
| ) |
|
◆ backgroundColor()
const Vector3< double > & SettingsView::backgroundColor |
( |
| ) |
const |
|
inline |
◆ colorSource()
◆ colorSourceSize()
size_t SettingsView::colorSourceSize |
( |
| ) |
const |
◆ colorSourceString()
const char * SettingsView::colorSourceString |
( |
size_t | idx | ) |
const |
◆ distanceBasedFadingVisible()
bool SettingsView::distanceBasedFadingVisible |
( |
| ) |
const |
◆ pointColor()
const Vector3< double > & SettingsView::pointColor |
( |
| ) |
const |
|
inline |
◆ pointSize()
double SettingsView::pointSize |
( |
| ) |
const |
◆ sceneBoundingBoxVisible()
bool SettingsView::sceneBoundingBoxVisible |
( |
| ) |
const |
◆ setBackgroundColor()
void SettingsView::setBackgroundColor |
( |
const Vector3< double > & | rgb | ) |
|
◆ setColorSource()
◆ setDistanceBasedFadingVisible()
void SettingsView::setDistanceBasedFadingVisible |
( |
bool | b | ) |
|
◆ setPointColor()
void SettingsView::setPointColor |
( |
const Vector3< double > & | rgb | ) |
|
◆ setPointSize()
void SettingsView::setPointSize |
( |
double | size | ) |
|
◆ setSceneBoundingBoxVisible()
void SettingsView::setSceneBoundingBoxVisible |
( |
bool | b | ) |
|
◆ setTreeAttributesVisible()
void SettingsView::setTreeAttributesVisible |
( |
bool | b | ) |
|
◆ treeAttributesVisible()
bool SettingsView::treeAttributesVisible |
( |
| ) |
const |
◆ fromJson
◆ toJson
◆ backgroundColor_
Vector3<double> SettingsView::backgroundColor_ |
|
protected |
◆ colorSource_
◆ colorSourceString_
std::vector<std::string> SettingsView::colorSourceString_ |
|
protected |
◆ distanceBasedFadingVisible_
bool SettingsView::distanceBasedFadingVisible_ |
|
protected |
◆ pointColor_
Vector3<double> SettingsView::pointColor_ |
|
protected |
◆ pointSize_
double SettingsView::pointSize_ |
|
protected |
◆ sceneBoundingBoxVisible_
bool SettingsView::sceneBoundingBoxVisible_ |
|
protected |
◆ treeAttributesVisible_
bool SettingsView::treeAttributesVisible_ |
|
protected |
The documentation for this class was generated from the following files:
- SettingsView.hpp
- SettingsView.cpp