26 #ifndef RAW_IMAGE_COMPONENT_H
27 #define RAW_IMAGE_COMPONENT_H
37 #include <vtkSmartPointer.h>
38 #include <vtkImageData.h>
67 #endif // RAW_IMAGE_COMPONENT_H
RawDataDialog * myDialog
Definition: RawImageComponent.h:61
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:44
RawImageComponent(const QString &)
default constructor: give it the name of the file containing the data
Input of the parameter to read a raw data file.
Definition: RawDataDialog.h:45
virtual void createComponent()
~RawImageComponent()
Destructor.
Definition: ImageComponent.h:69
This class manage raw images, i.e., images that are directly loaded from a file containing only the b...
Definition: RawImageComponent.h:47