26#ifndef PICKEDPIXELMAP_H
27#define PICKEDPIXELMAP_H
31#include <QCoreApplication>
67 void removePixel(
int id);
72 void modifyPixel(
int row);
82 void savePixelList(QString fileName);
87 void openPixelList(QString fileName);
90 QList<QVector3D>* getPixelIndexList();
93 QList<QVector3D>* getCoordIndexList();
96 QList<QVector3D>* getRealWorldList();
99 QList<double>* getPixelValueList();
105 void resetPixelList();
110 QList<QVector3D>* pixelIndexList;
113 QList<QVector3D>* coordIndexList;
116 QList<QVector3D>* realCoordList;
119 QList<double>* pixelValueList;
#define MULTIPICKING_API
Definition: MultiPickingAPI.h:50
This class is dedicated to manage an ImageComponent with a list of selected/picked pixels.
Definition: PickedPixelMap.h:53
The manager of the Image Volume data.
Definition: ImageComponent.h:77