 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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>
54 vtkSmartPointer<vtkImageData>
readVolume(
const QString& filename);
58 #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:72
This class manage Itk images, i.e images that can be loaded in CamiTK by using an ITK importer.
Definition: ItkImageComponent.h:39
virtual ~ItkImageComponent()=default
needed for deleting
Exception class to handle abortion in component instantiation. Particularly useful to handle construc...
Definition: AbortException.h:64
#define CAMITK_ERROR(MSG)
Log for error verbosity (the minimum verbosity) Will always appear.
Definition: Log.h:271
Converts an ITK image into a VTK image and plugs a itk data pipeline to a VTK datapipeline.
Definition: itkImageToVTKImageFilter.h:79
virtual 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:873
virtual 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:243
vtkSmartPointer< vtkImageData > readVolume(const QString &filename)
Definition: ItkImageComponent.cpp:73
Definition: Action.cpp:36