175 #ifndef vtkMetaImageReader_h
176 #define vtkMetaImageReader_h
178 #include "vtkIOImageModule.h"
210 vtkGetMacro(RescaleSlope,
double);
211 vtkGetMacro(RescaleOffset,
double);
212 vtkGetMacro(BitsAllocated,
int);
213 vtkGetStringMacro(DistanceUnits);
214 vtkGetStringMacro(AnatomicalOrientation);
215 vtkGetMacro(GantryAngle,
double);
216 vtkGetStringMacro(PatientName);
217 vtkGetStringMacro(PatientID);
218 vtkGetStringMacro(Date);
219 vtkGetStringMacro(Series);
220 vtkGetStringMacro(ImageNumber);
221 vtkGetStringMacro(Modality);
222 vtkGetStringMacro(StudyID);
223 vtkGetStringMacro(StudyUID);
224 vtkGetStringMacro(TransferSyntaxUID);
295 vtkmetaio::MetaImage* MetaImagePtr;
298 char PatientName[255];
303 char ImageNumber[255];
307 char TransferSyntaxUID[255];
310 double RescaleOffset;
312 char DistanceUnits[255];
313 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 double * GetDataSpacing()
Set/Get the spacing of the data in the file.
virtual int GetDataScalarType()
Get the file format.
virtual double * GetDataOrigin()
Set/Get the origin of the data (location of first pixel in the file).
a simple class to control print indentation