Skip to content

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

void construct_lookup_table(
    vtkSmartPointer< vtkLookupTable > lut
)

function set_discrete_mode

inline void set_discrete_mode(
    bool discrete_mode
)

function set_reverse_mode

inline void set_reverse_mode(
    bool reverse_mode
)

function convert

static vtkColor3ub convert(
    QColor color
)

Public Attributes Documentation

variable name_

QString name_;

variable color_series_

vtkSmartPointer< vtkColorSeries > color_series_;

Updated on 2024-03-17 at 12:58:44 -0600