#include <vtkXMLPVAnimationWriter.h>
Inheritance diagram for vtkXMLPVAnimationWriter:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkXMLPVAnimationWriter, vtkXMLPVDWriter) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Start () |
| void | WriteTime (double time) |
| void | Finish () |
| void | AddInput (vtkDataSet *, const char *group) |
| void | AddInput (vtkDataSet *) |
Static Public Member Functions | |
| vtkXMLPVAnimationWriter * | New () |
Protected Member Functions | |
| vtkXMLPVAnimationWriter () | |
| ~vtkXMLPVAnimationWriter () | |
| virtual void | AddInput (vtkDataObject *) |
| virtual int | WriteInternal () |
| void | AddFileName (const char *fileName) |
| void | DeleteFileNames () |
| void | DeleteFiles () |
Protected Attributes | |
| int | StartCalled |
| int | FinishCalled |
| vtkXMLPVAnimationWriterInternals * | Internal |
| char ** | FileNamesCreated |
| int | NumberOfFileNamesCreated |
vtkXMLPVAnimationWriter is used to save all parts of a current source to a file with pieces spread across ther server processes.
Definition at line 29 of file vtkXMLPVAnimationWriter.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkXMLPVDWriter. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkXMLPVDWriter. |
|
||||||||||||
|
Add an input corresponding to a named group. Multiple inputs with the same group name will be considered multiple parts of the same group. If no name is given, the empty string is assumed. |
|
|
Add an input corresponding to a named group. Multiple inputs with the same group name will be considered multiple parts of the same group. If no name is given, the empty string is assumed. |
|
|
Start a new animation with the current set of inputs. |
|
|
Write the current time step. |
|
|
Finish an animation by writing the collection file. |
|
|
Add an input of this algorithm. Reimplemented from vtkXMLPVDWriter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 65 of file vtkXMLPVAnimationWriter.h. |
|
|
Definition at line 66 of file vtkXMLPVAnimationWriter.h. |
|
|
Reimplemented from vtkXMLPVDWriter. Definition at line 69 of file vtkXMLPVAnimationWriter.h. |
|
|
Definition at line 71 of file vtkXMLPVAnimationWriter.h. |
|
|
Definition at line 72 of file vtkXMLPVAnimationWriter.h. |
1.3.5