169#ifndef vtkMetaImageReader_h
170#define vtkMetaImageReader_h
172#include "vtkIOImageModule.h"
204 vtkGetMacro(RescaleSlope,
double);
205 vtkGetMacro(RescaleOffset,
double);
206 vtkGetMacro(BitsAllocated,
int);
207 vtkGetStringMacro(DistanceUnits);
208 vtkGetStringMacro(AnatomicalOrientation);
209 vtkGetMacro(GantryAngle,
double);
210 vtkGetStringMacro(PatientName);
211 vtkGetStringMacro(PatientID);
212 vtkGetStringMacro(Date);
213 vtkGetStringMacro(Series);
214 vtkGetStringMacro(ImageNumber);
215 vtkGetStringMacro(Modality);
216 vtkGetStringMacro(StudyID);
217 vtkGetStringMacro(StudyUID);
218 vtkGetStringMacro(TransferSyntaxUID);
289 vtkmetaio::MetaImage* MetaImagePtr;
292 char PatientName[255];
297 char ImageNumber[255];
301 char TransferSyntaxUID[255];
304 double RescaleOffset;
306 char DistanceUnits[255];
307 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