26 #ifndef VTK_IMAGE_COMPONENT_H 27 #define VTK_IMAGE_COMPONENT_H 29 #include <vtkImageData.h> 34 #include <QMetaProperty> 56 virtual void createComponent(
const QString&);
67 vtkSmartPointer<vtkMatrix4x4> readMetaImageTransformMatrix(
const QString& fileName);
74 #endif // VTK_IMAGE_COMPONENT_H
#define VTK_IMAGE_COMPONENT_API
Definition: VtkImageComponentAPI.h:54
The manager of the Image Volume data.
Definition: ImageComponent.h:73
This class manage vtk images, i.e images that can be loaded in CamiTK by using an VTK importer...
Definition: VtkImageComponent.h:42