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 void createComponent(const QString &)
Definition: ItkImageComponent.cpp:52
virtual ~ItkImageComponent()
needed for deleting
Definition: ItkImageComponent.h:47
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
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:69
The manager of the Image Volume data.
Definition: ImageComponent.h:69
ItkImageComponent(const QString &)
default constructor: give it the name of the file containing the data
Definition: ItkImageComponent.cpp:46