|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
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
This class manage raw images, i.e., images that are directly loaded from a file containing only the b...
Definition: RawImageComponent.h:48
bool isBigEndian()
Definition: RawDataDialog.cpp:172
bool isLowerLeftOrigin()
Definition: RawDataDialog.cpp:281
Input of the parameter to read a raw data file.
Definition: RawDataDialog.h:47
double getOriginY()
Definition: RawDataDialog.cpp:239
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:77
int getHeaderSize()
Definition: RawDataDialog.cpp:265
~RawImageComponent()
Destructor.
Definition: RawImageComponent.cpp:58
double getVoxelSizeY()
Definition: RawDataDialog.cpp:202
int getNbScalarComponents()
Definition: RawDataDialog.cpp:177
double getOriginX()
Definition: RawDataDialog.cpp:227
Exception class to handle abortion in component instantiation. Particularly useful to handle construc...
Definition: AbortException.h:66
double getVoxelSizeX()
Definition: RawDataDialog.cpp:190
camitk::ImageOrientationHelper::PossibleImageOrientations orientation
The orientation of the image.
Definition: RawImageComponent.h:91
int getDimX()
Definition: RawDataDialog.cpp:135
int getVoxelType()
Definition: RawDataDialog.cpp:99
int getDimZ()
Definition: RawDataDialog.cpp:159
double getVoxelSizeZ()
Definition: RawDataDialog.cpp:214
int getDimY()
Definition: RawDataDialog.cpp:147
void createComponent()
Create the component using the different option given by the user in the dialog box.
Definition: RawImageComponent.cpp:65
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
void setImageData(vtkSmartPointer< vtkImageData > anImageData, bool copy, ImageOrientationHelper::PossibleImageOrientations initialOrientation=ImageOrientationHelper::RAI, vtkSmartPointer< vtkMatrix4x4 > initialTransformMatrix=nullptr)
Set the image data of the volumic images with the given orientation options.
Definition: ImageComponent.cpp:251
RawDataDialog * myDialog
The UI asking for the user to select information on the Raw image.
Definition: RawImageComponent.h:84
double getOriginZ()
Definition: RawDataDialog.cpp:251
camitk::ImageOrientationHelper::PossibleImageOrientations getOrientation()
Definition: RawDataDialog.cpp:285
PossibleImageOrientations
For each axis (x, y or z), 6 possibilities:
Definition: ImageOrientationHelper.h:52
QString getFilename()
Definition: RawDataDialog.cpp:277
Definition: Action.cpp:35