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&);
57 #endif // VTK_IMAGE_COMPONENT_H
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:44
#define VTK_IMAGE_COMPONENT_API
Definition: VtkImageComponentAPI.h:54
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