26 #ifndef VTK_IMAGE_COMPONENT_H 27 #define VTK_IMAGE_COMPONENT_H 29 #include <vtkImageData.h> 34 #include <QMetaProperty> 52 virtual void createComponent(
const QString&);
60 vtkSmartPointer<vtkMatrix4x4> readMetaImageTransformMatrix(
const QString & fileName);
65 #endif // VTK_IMAGE_COMPONENT_H Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
#define VTK_IMAGE_COMPONENT_API
Definition: VtkImageComponentAPI.h:54
The manager of the Image Volume data.
Definition: ImageComponent.h:69
virtual ~VtkImageComponent()
needed for deleting
Definition: VtkImageComponent.h:49
This class manage vtk images, i.e images that can be loaded in CamiTK by using an VTK importer...
Definition: VtkImageComponent.h:42