26 #ifndef RAW_IMAGE_COMPONENT_H 27 #define RAW_IMAGE_COMPONENT_H 38 #include <vtkSmartPointer.h> 39 #include <vtkImageData.h> 74 #endif // RAW_IMAGE_COMPONENT_H RawDataDialog * myDialog
The UI asking for the user to select information on the Raw image.
Definition: RawImageComponent.h:64
RawImageComponent(const QString &)
default constructor: give it the name of the file containing the data This method may throw an AbortE...
Definition: RawImageComponent.cpp:35
virtual void createComponent()
Create the component using the different option given by the user in the dialog box.
Definition: RawImageComponent.cpp:62
Input of the parameter to read a raw data file.
Definition: RawDataDialog.h:47
~RawImageComponent()
Destructor.
Definition: RawImageComponent.cpp:55
The manager of the Image Volume data.
Definition: ImageComponent.h:73
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:68
This class manage raw images, i.e., images that are directly loaded from a file containing only the b...
Definition: RawImageComponent.h:48