26#ifndef VTK_IMAGE_COMPONENT_H
27#define VTK_IMAGE_COMPONENT_H
29#include <vtkImageData.h>
35#include <QMetaProperty>
58 void readImageData(
const QString&);
68 vtkSmartPointer<vtkMatrix4x4> readMetaImageTransformMatrix(
const QString& fileName);
#define VTK_IMAGE_COMPONENT_API
Definition VtkImageComponentAPI.h:54
virtual ~VtkImageComponent()=default
needed for deleting
VtkImageComponent(const QString &)
default constructor: give it the name of the file containing the data This method may throw an AbortE...
Definition VtkImageComponent.cpp:55
The manager of the Image Volume data.
Definition ImageComponent.h:76