#include <vtkXMLPVDWriter.h>
Inheritance diagram for vtkXMLPVDWriter:
Public Member Functions | |
vtkTypeRevisionMacro (vtkXMLPVDWriter, vtkXMLWriter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetDefaultFileExtension () |
void | AddInput (vtkDataObject *) |
int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | GetPiece () |
virtual void | SetPiece (int) |
virtual int | GetNumberOfPieces () |
virtual void | SetNumberOfPieces (int) |
virtual int | GetGhostLevel () |
virtual void | SetGhostLevel (int) |
virtual int | GetWriteCollectionFile () |
virtual void | SetWriteCollectionFile (int flag) |
Static Public Member Functions | |
vtkXMLPVDWriter * | New () |
Protected Member Functions | |
vtkXMLPVDWriter () | |
~vtkXMLPVDWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | WriteData () |
virtual const char * | GetDataSetName () |
void | CreateWriters () |
vtkXMLWriter * | GetWriter (int index) |
void | SplitFileName () |
const char * | GetFilePrefix () |
const char * | GetFilePath () |
void | AppendEntry (const char *entry) |
void | DeleteAllEntries () |
int | WriteCollectionFileIfRequested () |
void | MakeDirectory (const char *name) |
void | RemoveADirectory (const char *name) |
virtual void | ProgressCallback (vtkAlgorithm *w) |
virtual void | ReportReferences (vtkGarbageCollector *) |
Static Protected Member Functions | |
void | ProgressCallbackFunction (vtkObject *, unsigned long, void *, void *) |
Protected Attributes | |
vtkXMLPVDWriterInternals * | Internal |
int | Piece |
int | NumberOfPieces |
int | GhostLevel |
int | WriteCollectionFile |
int | WriteCollectionFileInitialized |
vtkCallbackCommand * | ProgressObserver |
vtkXMLPVDWriter is used to save all parts of a current source to a file with pieces spread across ther server processes.
Definition at line 30 of file vtkXMLPVDWriter.h.
|
|
|
|
|
Reimplemented in vtkXMLPVAnimationWriter. |
|
|
|
Reimplemented in vtkXMLPVAnimationWriter. |
|
Get the default file extension for files written by this writer. |
|
Get/Set the piece number to write. The same piece number is used for all inputs. |
|
Get/Set the piece number to write. The same piece number is used for all inputs. |
|
Get/Set the number of pieces into which the inputs are split. |
|
Get/Set the number of pieces into which the inputs are split. |
|
Get/Set the number of ghost levels to be written for unstructured data. |
|
Get/Set the number of ghost levels to be written for unstructured data. |
|
Add an input of this algorithm. Reimplemented in vtkXMLPVAnimationWriter. |
|
Get/Set whether this instance will write the main collection file. |
|
Get/Set whether this instance will write the main collection file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in vtkXMLPVAnimationWriter. Definition at line 109 of file vtkXMLPVDWriter.h. |
|
Definition at line 112 of file vtkXMLPVDWriter.h. |
|
Definition at line 115 of file vtkXMLPVDWriter.h. |
|
Definition at line 118 of file vtkXMLPVDWriter.h. |
|
Definition at line 121 of file vtkXMLPVDWriter.h. |
|
Definition at line 122 of file vtkXMLPVDWriter.h. |
|
Definition at line 131 of file vtkXMLPVDWriter.h. |