30 #ifndef vtkMINCImageReader_h
31 #define vtkMINCImageReader_h
33 #include "vtkIOMINCModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
86 virtual double GetRescaleSlope();
87 virtual double GetRescaleIntercept();
109 virtual
void GetDataRange(
double range[2])
111 double* r = this->GetDataRange();
120 virtual int GetNumberOfTimeSteps();
126 vtkSetMacro(TimeStep,
int);
127 vtkGetMacro(TimeStep,
int);
143 double ValidRange[2];
144 double ImageRange[2];
157 virtual int OpenNetCDFFile(
const char* filename,
int& ncid);
158 virtual int CloseNetCDFFile(
int ncid);
159 virtual int IndexFromDimensionName(
const char* dimName);
160 virtual int ReadMINCFileAttributes();
161 virtual void FindRangeAndRescaleValues();
162 static int ConvertMINCTypeToVTKType(
int minctype,
int mincsigned);
172 VTK_ABI_NAMESPACE_END
represent and manipulate 4x4 transformation matrices
static vtkImageReader2 * New()
vtkMatrix4x4 * DirectionCosines
virtual int CanReadFile(VTK_FILEPATH const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
dynamic, self-adjusting array of double
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetDescriptiveName() override
Get the name of this file format.
A container for a MINC image header.
a simple class to control print indentation
virtual void ExecuteInformation()
#define VTK_SIZEHINT(...)
Superclass of binary file readers.
virtual void SetFileName(VTK_FILEPATH const char *)
Specify file name for the image file.
const char * GetFileExtensions() override
Get the extension for this file format.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
vtkMINCImageAttributes * ImageAttributes
vtkTypeBool RescaleRealValues