![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvColorScalesManager.h"#include "CVLog.h"#include "ecvSingleton.h"#include <QSettings>#include <MeshSamplingTools.h>#include <assert.h>
Go to the source code of this file.
Classes | |
| struct | ColorStep |
Variables | |
| static ecvSingleton< ccColorScalesManager > | s_uniqueInstance |
| static const char | c_csm_groupName [] = "ccColorScalesManager" |
| static const char | c_csm_relative [] = "relative" |
| static const char | c_csm_minVal [] = "minVal" |
| static const char | c_csm_maxVal [] = "maxVal" |
| static const char | c_csm_scaleName [] = "scaleName" |
| static const char | c_csm_stepsList [] = "steps" |
| static const char | c_csm_stepRelativePos [] = "value" |
| static const char | c_csm_stepColor [] = "color" |
| static const char | c_csm_customLabels [] = "labels" |
| static const char | c_csm_customLabelValue [] = "value" |
| static const char | c_csm_customLabelText [] = "text" |
| static const double | s_viridis [] |
| static const ColorStep | s_cividis [] |
|
static |
Definition at line 36 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 38 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 37 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 28 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 31 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 30 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 29 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 32 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 35 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 34 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 33 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::fromPersistentSettings(), and ccColorScalesManager::toPersistentSettings().
|
static |
Definition at line 179 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::Create().
|
static |
Definition at line 24 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::GetUniqueInstance(), and ccColorScalesManager::ReleaseUniqueInstance().
|
static |
Definition at line 42 of file ecvColorScalesManager.cpp.
Referenced by ccColorScalesManager::Create().