#include <vtkPDataSetReader.h>
Inheritance diagram for vtkPDataSetReader:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Update () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
void | SetOutput (vtkDataSet *output) |
virtual vtkDataSet * | GetOutput () |
virtual int | GetDataType () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPDataSetReader * | SafeDownCast (vtkObject *o) |
vtkPDataSetReader * | New () |
Protected Methods | |
vtkPDataSetReader () | |
~vtkPDataSetReader () | |
vtkPDataSetReader (const vtkPDataSetReader &) | |
void | operator= (const vtkPDataSetReader &) |
virtual void | ExecuteInformation () |
void | ReadPVTKFileInformation (ifstream *fp) |
void | ReadVTKFileInformation (ifstream *fp) |
virtual void | Execute () |
void | PolyDataExecute () |
void | UnstructuredGridExecute () |
void | ImageDataExecute () |
void | StructuredGridExecute () |
void | CoverExtent (int ext[6], int *pieceMask) |
vtkDataSet * | CheckOutput () |
void | SetNumberOfPieces (int num) |
ifstream * | vtkPDataSetReader::OpenFile () |
int | ReadXML (ifstream *file, char **block, char **param, char **value) |
Protected Attributes | |
int | VTKFileFlag |
int | StructuredFlag |
char * | FileName |
int | DataType |
int | NumberOfPieces |
char ** | PieceFileNames |
int ** | PieceExtents |
vtkPDataSetReader will write a piece of a file, and will also create a metadata file that lists all of the files in a data set.
Definition at line 61 of file vtkPDataSetReader.h.
|
|
|
|
|
|
|
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 vtkSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. |
|
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 vtkSource. |
|
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 vtkSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkSource. |
|
This file to open and read. |
|
This file to open and read. |
|
The output of this reader depends on the file choosen. You cannot get the output until the filename is set. |
|
The output of this reader depends on the file choosen. You cannot get the output until the filename is set. |
|
We need to define this so that the output gets created. Reimplemented from vtkSource. |
|
This is set when UpdateInformation is called. It shows the type of the output. |
|
|
|
Reimplemented from vtkSource. |
|
|
|
|
|
This method is the old style execute method Reimplemented from vtkSource. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 116 of file vtkPDataSetReader.h. |
|
Definition at line 117 of file vtkPDataSetReader.h. |
|
Definition at line 118 of file vtkPDataSetReader.h. |
|
Definition at line 119 of file vtkPDataSetReader.h. |
|
Definition at line 120 of file vtkPDataSetReader.h. |
|
Definition at line 121 of file vtkPDataSetReader.h. |
|
Definition at line 122 of file vtkPDataSetReader.h. |