21#ifndef __qMRMLSceneColorTableModel_h
22#define __qMRMLSceneColorTableModel_h
30class qMRMLSceneColorTableModelPrivate;
41 QScopedPointer<qMRMLSceneColorTableModelPrivate>
d_ptr;
qMRMLSceneCategoryModel(QObject *parent=nullptr)
~qMRMLSceneColorTableModel() override
QScopedPointer< qMRMLSceneColorTableModelPrivate > d_ptr
bool updateGradientFromNode(vtkMRMLColorNode *node) const
qMRMLSceneColorTableModel(QObject *parent=nullptr)
void updateItemFromNode(QStandardItem *item, vtkMRMLNode *node, int column) override
Abstract MRML node to represent color information.
Abstract Superclass for all specific types of MRML nodes.