54#ifndef vtkMetaImageReader_h
55#define vtkMetaImageReader_h
57#include "vtkIOImageModule.h"
65VTK_ABI_NAMESPACE_BEGIN
91 vtkGetMacro(RescaleSlope,
double);
92 vtkGetMacro(RescaleOffset,
double);
93 vtkGetMacro(BitsAllocated,
int);
94 vtkGetStringMacro(DistanceUnits);
95 vtkGetStringMacro(AnatomicalOrientation);
96 vtkGetMacro(GantryAngle,
double);
97 vtkGetStringMacro(PatientName);
98 vtkGetStringMacro(PatientID);
99 vtkGetStringMacro(Date);
100 vtkGetStringMacro(Series);
101 vtkGetStringMacro(ImageNumber);
102 vtkGetStringMacro(Modality);
103 vtkGetStringMacro(StudyID);
104 vtkGetStringMacro(StudyUID);
105 vtkGetStringMacro(TransferSyntaxUID);
176 vtkmetaio::MetaImage* MetaImagePtr;
179 char PatientName[255];
184 char ImageNumber[255];
188 char TransferSyntaxUID[255];
191 double RescaleOffset;
193 char DistanceUnits[255];
194 char AnatomicalOrientation[255];
general representation of visualization data
Superclass of binary file readers.
virtual int GetNumberOfScalarComponents()
Set/Get the number of scalar components.
virtual int * GetDataExtent()
Get/Set the extent of the data on disk.
virtual int GetDataScalarType()
Get the file format.
virtual double * GetDataSpacing()
Set/Get the spacing of the data in the file.
virtual double * GetDataOrigin()
Set/Get the origin of the data (location of first pixel in the file).
a simple class to control print indentation