#include <vtkXMLImageDataReader.h>
Inheritance diagram for vtkXMLImageDataReader:
vtkXMLImageDataReader reads the VTK XML ImageData file format. One image data file can be read to produce one output. Streaming is supported. The standard extension for this reader's file format is "vti". This reader is also used to read a single piece of the parallel file format.
Definition at line 52 of file vtkXMLImageDataReader.h.
Public Types | |
typedef vtkXMLStructuredDataReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutput (vtkImageData *output) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLImageDataReader * | SafeDownCast (vtkObject *o) |
vtkXMLImageDataReader * | New () |
Protected Member Functions | |
vtkXMLImageDataReader () | |
~vtkXMLImageDataReader () | |
const char * | GetDataSetName () |
void | SetOutputExtent (int *extent) |
int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
void | SetupOutputInformation () |
Protected Attributes | |
double | Origin [3] |
double | Spacing [3] |
|
Reimplemented from vtkXMLStructuredDataReader. Definition at line 55 of file vtkXMLImageDataReader.h. |
|
|
|
|
|
Reimplemented from vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
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 vtkXMLStructuredDataReader. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. |
|
Get/Set the reader's output. Reimplemented from vtkSource. |
|
Implements vtkXMLReader. |
|
Implements vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLStructuredDataReader. |
|
Reimplemented from vtkXMLDataReader. |
|
Definition at line 70 of file vtkXMLImageDataReader.h. |
|
Definition at line 71 of file vtkXMLImageDataReader.h. |