|
ParaView
|
Data writer for ParaView. More...
#include <vtkXMLPVAnimationWriter.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Start () |
| void | WriteTime (double time) |
| void | Finish () |
| void | AddRepresentation (vtkAlgorithm *, const char *groupname) |
| void | RemoveAllRepresentations () |
Static Public Member Functions | |
| static vtkXMLPVAnimationWriter * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkXMLPVAnimationWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkXMLPVAnimationWriter () | |
| ~vtkXMLPVAnimationWriter () | |
| virtual int | WriteInternal () |
| void | AddFileName (const char *fileName) |
| void | DeleteFileNames () |
| void | DeleteFiles () |
| void | AddInputInternal (const char *group) |
Protected Attributes | |
| int | StartCalled |
| int | FinishCalled |
| vtkXMLPVAnimationWriterInternals * | Internal |
| char ** | FileNamesCreated |
| int | NumberOfFileNamesCreated |
Data writer for ParaView.
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.
| vtkXMLPVAnimationWriter::vtkXMLPVAnimationWriter | ( | ) | [protected] |
| vtkXMLPVAnimationWriter::~vtkXMLPVAnimationWriter | ( | ) | [protected] |
| static vtkXMLPVAnimationWriter* vtkXMLPVAnimationWriter::New | ( | ) | [static] |
Reimplemented from vtkXMLPVDWriter.
| virtual const char* vtkXMLPVAnimationWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLPVDWriter.
| static int vtkXMLPVAnimationWriter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkXMLPVDWriter.
| virtual int vtkXMLPVAnimationWriter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkXMLPVDWriter.
| static vtkXMLPVAnimationWriter* vtkXMLPVAnimationWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLPVDWriter.
| void vtkXMLPVAnimationWriter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkXMLPVDWriter.
| void vtkXMLPVAnimationWriter::AddRepresentation | ( | vtkAlgorithm * | , |
| const char * | groupname | ||
| ) |
Add/Remove representations.
| void vtkXMLPVAnimationWriter::RemoveAllRepresentations | ( | ) |
Add/Remove representations.
| void vtkXMLPVAnimationWriter::Start | ( | ) |
Start a new animation with the current set of inputs.
Reimplemented from vtkXMLWriter.
| void vtkXMLPVAnimationWriter::WriteTime | ( | double | time | ) |
Write the current time step.
| void vtkXMLPVAnimationWriter::Finish | ( | ) |
Finish an animation by writing the collection file.
| virtual int vtkXMLPVAnimationWriter::WriteInternal | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
| void vtkXMLPVAnimationWriter::AddFileName | ( | const char * | fileName | ) | [protected] |
| void vtkXMLPVAnimationWriter::DeleteFileNames | ( | ) | [protected] |
| void vtkXMLPVAnimationWriter::DeleteFiles | ( | ) | [protected] |
| void vtkXMLPVAnimationWriter::AddInputInternal | ( | const char * | group | ) | [protected] |
int vtkXMLPVAnimationWriter::StartCalled [protected] |
Definition at line 59 of file vtkXMLPVAnimationWriter.h.
int vtkXMLPVAnimationWriter::FinishCalled [protected] |
Definition at line 60 of file vtkXMLPVAnimationWriter.h.
vtkXMLPVAnimationWriterInternals* vtkXMLPVAnimationWriter::Internal [protected] |
Reimplemented from vtkXMLPVDWriter.
Definition at line 63 of file vtkXMLPVAnimationWriter.h.
char** vtkXMLPVAnimationWriter::FileNamesCreated [protected] |
Definition at line 65 of file vtkXMLPVAnimationWriter.h.
int vtkXMLPVAnimationWriter::NumberOfFileNamesCreated [protected] |
Definition at line 66 of file vtkXMLPVAnimationWriter.h.
1.7.5.1