26 #ifndef PICKEDPIXELMAP_H
27 #define PICKEDPIXELMAP_H
30 #include <qvector3d.h>
35 using namespace camitk;
53 void removePixel (
int id);
58 void modifyPixel (
int row);
68 void savePixelList (QString fileName);
73 void openPixelList (QString fileName);
76 QList<QVector3D>* getPixelIndexList();
79 QList<QVector3D>* getCoordIndexList();
82 QList<double> * getPixelValueList();
88 void resetPixelList();
91 void changePixelIndexList(QList<QVector3D> * liste);
94 void changePixelIndexListFromRealCoordinates(QList<QVector3D> * listeOfRealCoords);
104 QVector3D convertIndexToCoordinates (
int i,
int j,
int k);
111 QVector3D convertCoordinatesToIndex (
double x,
double y,
double z);
121 #endif // PICKEDPIXELMAP_H