60#ifndef vtkMetaImageReader_h
61#define vtkMetaImageReader_h
63#include "vtkIOImageModule.h"
95 vtkGetMacro(RescaleSlope,
double);
96 vtkGetMacro(RescaleOffset,
double);
97 vtkGetMacro(BitsAllocated,
int);
98 vtkGetStringMacro(DistanceUnits);
99 vtkGetStringMacro(AnatomicalOrientation);
100 vtkGetMacro(GantryAngle,
double);
101 vtkGetStringMacro(PatientName);
102 vtkGetStringMacro(PatientID);
103 vtkGetStringMacro(Date);
104 vtkGetStringMacro(Series);
105 vtkGetStringMacro(ImageNumber);
106 vtkGetStringMacro(Modality);
107 vtkGetStringMacro(StudyID);
108 vtkGetStringMacro(StudyUID);
109 vtkGetStringMacro(TransferSyntaxUID);
180 vtkmetaio::MetaImage* MetaImagePtr;
183 char PatientName[255];
188 char ImageNumber[255];
192 char TransferSyntaxUID[255];
195 double RescaleOffset;
197 char DistanceUnits[255];
198 char AnatomicalOrientation[255];
general representation of visualization data
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).
vtkImageReader2()
Return a descriptive name for the file format that might be useful in a GUI.
a simple class to control print indentation