#include <vtkPNrrdReader.h>
vtkPNrrdReader is a subclass of vtkMPIImageReader that will read Nrrd format header information of the image before reading the data. This means that the reader will automatically set information like file dimensions.
Definition at line 49 of file vtkPNrrdReader.h.
Public Types | |
typedef vtkMPIImageReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | CanReadFile (const char *filename) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPNrrdReader * | SafeDownCast (vtkObject *o) |
static vtkPNrrdReader * | New () |
Protected Member Functions | |
vtkPNrrdReader () | |
~vtkPNrrdReader () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | ReadHeader () |
virtual int | ReadHeader (vtkCharArray *headerBuffer) |
Protected Attributes | |
vtkStringArray * | DataFiles |
vtkPNrrdReader::vtkPNrrdReader | ( | ) | [protected] |
vtkPNrrdReader::~vtkPNrrdReader | ( | ) | [protected] |
virtual const char* vtkPNrrdReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkMPIImageReader.
static int vtkPNrrdReader::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMPIImageReader.
virtual int vtkPNrrdReader::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMPIImageReader.
static vtkPNrrdReader* vtkPNrrdReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkMPIImageReader.
static vtkPNrrdReader* vtkPNrrdReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMPIImageReader.
virtual void vtkPNrrdReader::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkMPIImageReader.
virtual int vtkPNrrdReader::CanReadFile | ( | const char * | filename | ) | [virtual] |
virtual int vtkPNrrdReader::RequestInformation | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
Reimplemented from vtkImageReader.
virtual int vtkPNrrdReader::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkImageAlgorithm.
virtual int vtkPNrrdReader::ReadHeader | ( | ) | [protected, virtual] |
virtual int vtkPNrrdReader::ReadHeader | ( | vtkCharArray * | headerBuffer | ) | [protected, virtual] |
vtkStringArray* vtkPNrrdReader::DataFiles [protected] |
Definition at line 73 of file vtkPNrrdReader.h.