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 virtual void createComponent(const QString &)
Definition: ItkImageComponent.cpp:54
virtual ~ItkImageComponent()=default
needed for deleting
This class manage Itk images, i.e images that can be loaded in CamiTK by using an ITK importer...
Definition: ItkImageComponent.h:40
vtkSmartPointer< vtkImageData > readVolume(const QString &filename)
Definition: ItkImageComponent.cpp:73
The manager of the Image Volume data.
Definition: ImageComponent.h:73
ItkImageComponent(const QString &)
default constructor: give it the name of the file containing the data.
Definition: ItkImageComponent.cpp:48