54 #ifndef vtkMetaImageReader_h
55 #define vtkMetaImageReader_h
57 #include "vtkIOImageModule.h"
65 VTK_ABI_NAMESPACE_BEGIN
91 vtkGetMacro(RescaleSlope,
double);
92 vtkGetMacro(RescaleOffset,
double);
93 vtkGetMacro(BitsAllocated,
int);
94 vtkGetStringMacro(DistanceUnits);
95 vtkGetStringMacro(AnatomicalOrientation);
96 vtkGetMacro(GantryAngle,
double);
97 vtkGetStringMacro(PatientName);
98 vtkGetStringMacro(PatientID);
99 vtkGetStringMacro(Date);
100 vtkGetStringMacro(Series);
101 vtkGetStringMacro(ImageNumber);
102 vtkGetStringMacro(Modality);
103 vtkGetStringMacro(StudyID);
104 vtkGetStringMacro(StudyUID);
105 vtkGetStringMacro(TransferSyntaxUID);
176 vtkmetaio::MetaImage* MetaImagePtr;
179 char PatientName[255];
184 char ImageNumber[255];
188 char TransferSyntaxUID[255];
191 double RescaleOffset;
193 char DistanceUnits[255];
194 char AnatomicalOrientation[255];
197 VTK_ABI_NAMESPACE_END
virtual int * GetDataExtent()
Get/Set the extent of the data on disk.
static vtkImageReader2 * New()
virtual int GetNumberOfScalarComponents()
Set/Get the number of scalar components.
virtual int CanReadFile(VTK_FILEPATH const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
virtual int GetDataByteOrder()
These methods should be used instead of the SwapBytes methods.
virtual double * GetDataOrigin()
Set/Get the origin of the data (location of first pixel in the file).
virtual double * GetDataSpacing()
Set/Get the spacing of the data in the file.
a simple class to control print indentation
virtual int GetDataScalarType()
Get the file format.
virtual void ExecuteInformation()
Superclass of binary file readers.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data