shapeworks::ColorMap
Public Functions
| Name | |
|---|---|
| void | construct_lookup_table(vtkSmartPointer< vtkLookupTable > lut) |
| void | set_discrete_mode(bool discrete_mode) |
| void | set_reverse_mode(bool reverse_mode) |
| vtkColor3ub | convert(QColor color) |
Public Attributes
| Name | |
|---|---|
| QString | name_ |
| vtkSmartPointer< vtkColorSeries > | color_series_ |
Public Functions Documentation
function construct_lookup_table
cpp
void construct_lookup_table(
vtkSmartPointer< vtkLookupTable > lut
)
function set_discrete_mode
cpp
inline void set_discrete_mode(
bool discrete_mode
)
function set_reverse_mode
cpp
inline void set_reverse_mode(
bool reverse_mode
)
function convert
cpp
static vtkColor3ub convert(
QColor color
)
Public Attributes Documentation
variable name_
cpp
QString name_;
variable color_series_
cpp
vtkSmartPointer< vtkColorSeries > color_series_;
Updated on 2026-03-31 at 16:02:09 +0000