 |
VTK
9.0.1
|
Go to the documentation of this file.
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];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
virtual int GetDataScalarType()
Get the file format.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
virtual int GetNumberOfScalarComponents()
static vtkImageReader2 * New()
a simple class to control print indentation
Superclass of binary file readers.
virtual double * GetDataOrigin()
virtual int * GetDataExtent()
virtual void ExecuteInformation()
virtual int GetDataByteOrder()
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
general representation of visualization data
virtual double * GetDataSpacing()