26 #ifndef RAW_IMAGE_COMPONENT_H 27 #define RAW_IMAGE_COMPONENT_H 38 #include <vtkSmartPointer.h> 39 #include <vtkImageData.h> 72 #endif // RAW_IMAGE_COMPONENT_H RawDataDialog * myDialog
The UI asking for the user to select information on the Raw image.
Definition: RawImageComponent.h:62
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
RawImageComponent(const QString &)
default constructor: give it the name of the file containing the data
Definition: RawImageComponent.cpp:41
virtual void createComponent()
Create the component using the different option given by the user in the dialog box.
Definition: RawImageComponent.cpp:65
Input of the parameter to read a raw data file.
Definition: RawDataDialog.h:47
~RawImageComponent()
Destructor.
Definition: RawImageComponent.cpp:59
The manager of the Image Volume data.
Definition: ImageComponent.h:69
PossibleImageOrientations
For each axis (x, y or z), 6 possibilities:
Definition: ImageOrientationHelper.h:52
camitk::ImageOrientationHelper::PossibleImageOrientations orientation
The orientation of the image.
Definition: RawImageComponent.h:66
This class manage raw images, i.e., images that are directly loaded from a file containing only the b...
Definition: RawImageComponent.h:48