#include <vtkPDataSetWriter.h>
Inheritance diagram for vtkPDataSetWriter:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Write () |
void | SetNumberOfPieces (int num) |
virtual int | GetNumberOfPieces () |
virtual void | SetGhostLevel (int) |
virtual int | GetGhostLevel () |
virtual void | SetStartPiece (int) |
virtual int | GetStartPiece () |
virtual void | SetEndPiece (int) |
virtual int | GetEndPiece () |
virtual void | SetFilePattern (const char *) |
virtual char * | GetFilePattern () |
virtual void | SetUseRelativeFileNames (int) |
virtual int | GetUseRelativeFileNames () |
virtual void | UseRelativeFileNamesOn () |
virtual void | UseRelativeFileNamesOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPDataSetWriter * | SafeDownCast (vtkObject *o) |
vtkPDataSetWriter * | New () |
Protected Methods | |
vtkPDataSetWriter () | |
~vtkPDataSetWriter () | |
vtkPDataSetWriter (const vtkPDataSetWriter &) | |
void | operator= (const vtkPDataSetWriter &) |
ostream * | vtkPDataSetWriter::OpenFile () |
void | WriteUnstructuredMetaData (vtkDataSet *input, char *root, char *str, ostream *fptr) |
void | WriteImageMetaData (vtkImageData *input, char *root, char *str, ostream *fptr) |
void | WriteRectilinearGridMetaData (vtkRectilinearGrid *input, char *root, char *str, ostream *fptr) |
void | WriteStructuredGridMetaData (vtkStructuredGrid *input, char *root, char *str, ostream *fptr) |
Protected Attributes | |
int | StartPiece |
int | EndPiece |
int | NumberOfPieces |
int | GhostLevel |
int | UseRelativeFileNames |
char * | FilePattern |
vtkPDataSetWriter 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 62 of file vtkPDataSetWriter.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 vtkDataSetWriter. |
|
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 vtkDataSetWriter. |
|
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 vtkDataSetWriter. |
|
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 vtkDataSetWriter. |
|
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 vtkDataSetWriter. |
|
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates. Reimplemented from vtkDataSetWriter. |
|
Write the pvtk file and cooresponding vtk files. Reimplemented from vtkWriter. |
|
This is how many pieces the whole data set will be divided into. |
|
This is how many pieces the whole data set will be divided into. |
|
Extra ghost cells will be written out to each piece file if this value is larger than 0. |
|
Extra ghost cells will be written out to each piece file if this value is larger than 0. |
|
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. |
|
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. |
|
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. |
|
This is the range of pieces that that this writer is responsible for writing. All pieces must be written by some process. The process that writes piece 0 also writes the pvtk file that lists all the piece file names. |
|
This file pattern uses the file name and piece number to contruct a file name for the piece file. |
|
This file pattern uses the file name and piece number to contruct a file name for the piece file. |
|
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. |
|
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. |
|
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. |
|
This flag determines whether to use absolute paths for the piece files. By default the pieces are put in the main directory, and the piece file names in the meta data pvtk file are relative to this directory. This should make moving the whole lot to another directory, an easier task. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 132 of file vtkPDataSetWriter.h. |
|
Definition at line 133 of file vtkPDataSetWriter.h. |
|
Definition at line 134 of file vtkPDataSetWriter.h. |
|
Definition at line 135 of file vtkPDataSetWriter.h. |
|
Definition at line 137 of file vtkPDataSetWriter.h. |
|
Definition at line 139 of file vtkPDataSetWriter.h. |