45 #include <QStringList>
46 #include <QSharedPointer>
70 typedef QSharedPointer<Colortable>
SPtr;
107 inline Eigen::MatrixX4i
getRGBAs()
const;
122 Eigen::VectorXi p_vecIds;
123 if (
table.cols() == 5)
140 Eigen::MatrixX4i p_matRGBAs;
141 if (
table.cols() == 5)
148 #endif // COLORTABLE_H