 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
27 #ifndef ImageLutWidget_H
28 #define ImageLutWidget_H
37 #include <QListWidget>
41 #include <QPushButton>
42 #include <QGraphicsView>
43 #include <QGraphicsSimpleTextItem>
46 #include <vtkWindowLevelLookupTable.h>
47 #include <vtkSmartPointer.h>
50 #include "ui_ImageLutWidget.h"
125 void initSlider(QSlider* slider,
int min,
int max,
int value);
137 template<
class DATATYPE>
void fillHistogramTable(DATATYPE* data,
unsigned int dataDim, DATATYPE minVal, DATATYPE maxVal);
167 Ui::ui_ImageLutWidget
ui;
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:73
virtual vtkSmartPointer< vtkWindowLevelLookupTable > getLut()
get the current lookup table
Definition: ImageComponent.cpp:749
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:273
vtkSmartPointer< vtkImageData > getImageData() const
get the image volume managed by this Component
Definition: ImageComponent.h:104
void refresh() const override
force refresh of all interactive viewers that are displayng sub-components as ImageComponent is not i...
Definition: ImageComponent.cpp:797
Definition: Action.cpp:36