#include <QWidget>
#include <QVector3D>
#include <QCoreApplication>
#include "MultiPickingAPI.h"
#include "ImageComponent.h"
Go to the source code of this file.
Classes | |
class | PickedPixelMap |
This class is dedicated to manage an ImageComponent with a list of selected/picked pixels. This class allows one to manage a generic list of pixels too (add, remove, modify and save some points). More... | |