75#ifndef vtkMetaImageReader_h
76#define vtkMetaImageReader_h
78#include "vtkIOImageModule.h"
110 vtkGetMacro(RescaleSlope,
double);
111 vtkGetMacro(RescaleOffset,
double);
112 vtkGetMacro(BitsAllocated,
int);
113 vtkGetStringMacro(DistanceUnits);
114 vtkGetStringMacro(AnatomicalOrientation);
115 vtkGetMacro(GantryAngle,
double);
116 vtkGetStringMacro(PatientName);
117 vtkGetStringMacro(PatientID);
118 vtkGetStringMacro(Date);
119 vtkGetStringMacro(Series);
120 vtkGetStringMacro(ImageNumber);
121 vtkGetStringMacro(Modality);
122 vtkGetStringMacro(StudyID);
123 vtkGetStringMacro(StudyUID);
124 vtkGetStringMacro(TransferSyntaxUID);
195 vtkmetaio::MetaImage* MetaImagePtr;
198 char PatientName[255];
203 char ImageNumber[255];
207 char TransferSyntaxUID[255];
210 double RescaleOffset;
212 char DistanceUnits[255];
213 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