26#ifndef RAW_IMAGE_COMPONENT_H
27#define RAW_IMAGE_COMPONENT_H
38#include <vtkSmartPointer.h>
39#include <vtkImageData.h>
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
camitk::ImageOrientationHelper::PossibleImageOrientations orientation
The orientation of the image.
Definition: RawImageComponent.h:68
RawDataDialog * myDialog
The UI asking for the user to select information on the Raw image.
Definition: RawImageComponent.h:61
void createComponent()
Create the component using the different option given by the user in the dialog box.
Definition: RawImageComponent.cpp:65
~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