 |
VTK
9.0.1
|
Go to the documentation of this file.
71 #ifndef vtkMINCImageReader_h
72 #define vtkMINCImageReader_h
74 #include "vtkIOMINCModule.h"
126 virtual double GetRescaleSlope();
127 virtual double GetRescaleIntercept();
149 virtual
void GetDataRange(
double range[2])
151 double* r = this->GetDataRange();
160 virtual int GetNumberOfTimeSteps();
166 vtkSetMacro(TimeStep,
int);
167 vtkGetMacro(TimeStep,
int);
183 double ValidRange[2];
184 double ImageRange[2];
197 virtual int OpenNetCDFFile(
const char* filename,
int& ncid);
198 virtual int CloseNetCDFFile(
int ncid);
199 virtual int IndexFromDimensionName(
const char* dimName);
200 virtual int ReadMINCFileAttributes();
201 virtual void FindRangeAndRescaleValues();
202 static int ConvertMINCTypeToVTKType(
int minctype,
int mincsigned);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetFileExtensions() override
Get the extension for this file format.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
vtkMINCImageAttributes * ImageAttributes
const char * GetDescriptiveName() override
Get the name of this file format.
vtkMatrix4x4 * DirectionCosines
static vtkImageReader2 * New()
#define VTK_SIZEHINT(...)
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
Superclass of binary file readers.
virtual void SetFileName(const char *)
Specify file name for the image file.
dynamic, self-adjusting array of vtkIdType
vtkTypeBool RescaleRealValues
a vtkAbstractArray subclass for strings
virtual void ExecuteInformation()
dynamic, self-adjusting array of double
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
general representation of visualization data
A container for a MINC image header.