163#ifndef vtkMetaImageReader_h
164#define vtkMetaImageReader_h
166#include "vtkIOImageModule.h"
174VTK_ABI_NAMESPACE_BEGIN
200 vtkGetMacro(RescaleSlope,
double);
201 vtkGetMacro(RescaleOffset,
double);
202 vtkGetMacro(BitsAllocated,
int);
203 vtkGetStringMacro(DistanceUnits);
204 vtkGetStringMacro(AnatomicalOrientation);
205 vtkGetMacro(GantryAngle,
double);
206 vtkGetStringMacro(PatientName);
207 vtkGetStringMacro(PatientID);
208 vtkGetStringMacro(Date);
209 vtkGetStringMacro(Series);
210 vtkGetStringMacro(ImageNumber);
211 vtkGetStringMacro(Modality);
212 vtkGetStringMacro(StudyID);
213 vtkGetStringMacro(StudyUID);
214 vtkGetStringMacro(TransferSyntaxUID);
285 vtkmetaio::MetaImage* MetaImagePtr;
288 char PatientName[255];
293 char ImageNumber[255];
297 char TransferSyntaxUID[255];
300 double RescaleOffset;
302 char DistanceUnits[255];
303 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