#include <vtkImageReader.h>
Inheritance diagram for vtkImageReader:
vtkImageReader provides methods needed to read a region from a file. It supports both transforms and masks on the input data, but as a result is more complicated and slower than its parent class vtkImageReader2.
Definition at line 42 of file vtkImageReader.h.
Public Types | |
typedef vtkImageReader2 | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | ComputeInverseTransformedExtent (int inExtent[6], int outExtent[6]) |
void | ComputeInverseTransformedIncrements (vtkIdType inIncr[3], vtkIdType outIncr[3]) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetDataVOI (int, int, int, int, int, int) |
virtual void | SetDataVOI (int[6]) |
virtual int * | GetDataVOI () |
virtual void | GetDataVOI (int &, int &, int &, int &, int &, int &) |
virtual void | GetDataVOI (int[6]) |
virtual unsigned short | GetDataMask () |
void | SetDataMask (int val) |
virtual void | SetTransform (vtkTransform *) |
virtual vtkTransform * | GetTransform () |
int | OpenAndSeekFile (int extent[6], int slice) |
virtual void | SetScalarArrayName (const char *) |
virtual char * | GetScalarArrayName () |
Static Public Member Functions | |
static vtkImageReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageReader () | |
~vtkImageReader () | |
void | ComputeTransformedSpacing (double Spacing[3]) |
void | ComputeTransformedOrigin (double origin[3]) |
void | ComputeTransformedExtent (int inExtent[6], int outExtent[6]) |
void | ComputeTransformedIncrements (vtkIdType inIncr[3], vtkIdType outIncr[3]) |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
unsigned short | DataMask |
vtkTransform * | Transform |
int | DataVOI [6] |
char * | ScalarArrayName |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. Definition at line 46 of file vtkImageReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader, vtkMetaImageReader, and vtkPNMReader. |
|
Set/get the data VOI. You can limit the reader to only read a subset of the data. |
|
|
|
|
|
|
|
|
|
Set/Get the Data mask. |
|
Set/Get the Data mask. Definition at line 59 of file vtkImageReader.h. References vtkObject::Modified(). |
|
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1. |
|
Set/Get transformation matrix to transform the data from slice space into world space. This matrix must be a permutation matrix. To qualify, the sums of the rows must be + or - 1. |
|
|
|
|
|
|
|
Set/get the scalar array name for this data set. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkImageReader2. Reimplemented in vtkMetaImageReader. |
|
This method is the old style execute method Reimplemented from vtkImageReader2. Reimplemented in vtkBMPReader. |
|
Definition at line 91 of file vtkImageReader.h. |
|
Definition at line 93 of file vtkImageReader.h. |
|
Definition at line 102 of file vtkImageReader.h. |
|
Definition at line 104 of file vtkImageReader.h. |