26#ifndef PICKEDPIXELMAP_H
27#define PICKEDPIXELMAP_H
31#include <QCoreApplication>
#define MULTIPICKING_API
Definition MultiPickingAPI.h:50
void addPixel()
Allows one to add a pixel in the list using the last picked pixel.
Definition PickedPixelMap.cpp:62
QList< double > * getPixelValueList()
return the liste of pixel values
Definition PickedPixelMap.cpp:98
camitk::ImageComponent * getImage()
the managed ImageComponent
Definition PickedPixelMap.cpp:264
QList< QVector3D > * getCoordIndexList()
return the list of coordinates pixel index
Definition PickedPixelMap.cpp:94
void openPixelList(QString fileName)
open a list of pixel in a given file base name (CSV format, separator = comma).
Definition PickedPixelMap.cpp:202
void savePixelList(QString fileName)
save the list of pixel in a given file base name (CSV format, separator = comma).
Definition PickedPixelMap.cpp:155
void modifyPixel(int row)
Allows one to modify one pixel in the list.
Definition PickedPixelMap.cpp:113
PickedPixelMap(camitk::ImageComponent *)
constructor
Definition PickedPixelMap.cpp:36
void removePixel(int id)
Allows one to remove one pixel in the list.
Definition PickedPixelMap.cpp:145
QList< QVector3D > * getPixelIndexList()
return the list of pixel index
Definition PickedPixelMap.cpp:103
QList< QVector3D > * getRealWorldList()
return the list of coordinates in real world frame
Definition PickedPixelMap.cpp:108
void resetPixelList()
Empties the pixel list.
Definition PickedPixelMap.cpp:269
Definition PersistenceManager.h:30
The manager of the Image Volume data.
Definition ImageComponent.h:76