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);
56 #endif // ITK_IMAGE_COMPONENT_H
virtual ~ItkImageComponent()
needed for deleting
Definition: ItkImageComponent.h:47
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:44
This class manage Itk images, i.e images that can be loaded in CamiTK by using an ITK importer...
Definition: ItkImageComponent.h:40
Definition: ImageComponent.h:69
virtual void createComponent(const QString &)
ItkImageComponent(const QString &)
default constructor: give it the name of the file containing the data
vtkSmartPointer< vtkImageData > readVolume(const QString &filename)