66#ifndef vtkMetaImageReader_h
67#define vtkMetaImageReader_h
69#include "vtkIOImageModule.h"
101 vtkGetMacro(RescaleSlope,
double);
102 vtkGetMacro(RescaleOffset,
double);
103 vtkGetMacro(BitsAllocated,
int);
104 vtkGetStringMacro(DistanceUnits);
105 vtkGetStringMacro(AnatomicalOrientation);
106 vtkGetMacro(GantryAngle,
double);
107 vtkGetStringMacro(PatientName);
108 vtkGetStringMacro(PatientID);
109 vtkGetStringMacro(Date);
110 vtkGetStringMacro(Series);
111 vtkGetStringMacro(ImageNumber);
112 vtkGetStringMacro(Modality);
113 vtkGetStringMacro(StudyID);
114 vtkGetStringMacro(StudyUID);
115 vtkGetStringMacro(TransferSyntaxUID);
186 vtkmetaio::MetaImage* MetaImagePtr;
189 char PatientName[255];
194 char ImageNumber[255];
198 char TransferSyntaxUID[255];
201 double RescaleOffset;
203 char DistanceUnits[255];
204 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