162#ifndef vtkMetaImageReader_h
163#define vtkMetaImageReader_h
165#include "vtkIOImageModule.h"
173VTK_ABI_NAMESPACE_BEGIN
199 vtkGetMacro(RescaleSlope,
double);
200 vtkGetMacro(RescaleOffset,
double);
201 vtkGetMacro(BitsAllocated,
int);
202 vtkGetStringMacro(DistanceUnits);
203 vtkGetStringMacro(AnatomicalOrientation);
204 vtkGetMacro(GantryAngle,
double);
205 vtkGetStringMacro(PatientName);
206 vtkGetStringMacro(PatientID);
207 vtkGetStringMacro(Date);
208 vtkGetStringMacro(Series);
209 vtkGetStringMacro(ImageNumber);
210 vtkGetStringMacro(Modality);
211 vtkGetStringMacro(StudyID);
212 vtkGetStringMacro(StudyUID);
213 vtkGetStringMacro(TransferSyntaxUID);
284 vtkmetaio::MetaImage* MetaImagePtr;
287 char PatientName[255];
292 char ImageNumber[255];
296 char TransferSyntaxUID[255];
299 double RescaleOffset;
301 char DistanceUnits[255];
302 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