26 #ifndef RAW_IMAGE_COMPONENT_H
27 #define RAW_IMAGE_COMPONENT_H
38 #include <vtkSmartPointer.h>
39 #include <vtkImageData.h>
65 void createComponent();
Input of the parameter to read a raw data file.
Definition: RawDataDialog.h:47
This class manage raw images, i.e., images that are directly loaded from a file containing only the b...
Definition: RawImageComponent.h:48
RawDataDialog * myDialog
The UI asking for the user to select information on the Raw image.
Definition: RawImageComponent.h:61
~RawImageComponent()
Destructor.
Definition: RawImageComponent.cpp:58
RawImageComponent(const QString &)
default constructor: give it the name of the file containing the data This method may throw an AbortE...
Definition: RawImageComponent.cpp:38
The manager of the Image Volume data.
Definition: ImageComponent.h:77
PossibleImageOrientations
For each axis (x, y or z), 6 possibilities:
Definition: ImageOrientationHelper.h:52