|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef ITK_IMAGE_COMPONENT_H
27 #define ITK_IMAGE_COMPONENT_H
29 #include <vtkImageData.h>
30 #include <vtkSmartPointer.h>
52 vtkSmartPointer<vtkImageData>
readVolume(
const QString& filename);
59 #endif // ITK_IMAGE_COMPONENT_H
ItkImageComponent(const QString &)
default constructor: give it the name of the file containing the data.
Definition: ItkImageComponent.cpp:48
The manager of the Image Volume data. An image volume data has no concrete 3D representation,...
Definition: ImageComponent.h:77
This class manage Itk images, i.e images that can be loaded in CamiTK by using an ITK importer.
Definition: ItkImageComponent.h:40
virtual ~ItkImageComponent()=default
needed for deleting
Exception class to handle abortion in component instantiation. Particularly useful to handle construc...
Definition: AbortException.h:66
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:276
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
Definition: itkImageToVTKImageFilter.h:81
void createComponent(const QString &)
Definition: ItkImageComponent.cpp:54
void setName(const QString &) override
set the name to be displayed
Definition: sdk/libraries/core/component/Component.h:932
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
vtkSmartPointer< vtkImageData > readVolume(const QString &filename)
Definition: ItkImageComponent.cpp:73
Definition: Action.cpp:35