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


Public Types | |
| typedef vtkXMLPVDWriter | Superclass |
Public Types inherited from vtkXMLPVDWriter | |
| typedef vtkXMLWriter | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Start () |
| Start a new animation with the current set of inputs. More... | |
| void | WriteTime (double time) |
| Write the current time step. More... | |
| void | Finish () |
| Finish an animation by writing the collection file. More... | |
| void | AddRepresentation (vtkAlgorithm *, const char *groupname) |
| Add/Remove representations. More... | |
| void | RemoveAllRepresentations () |
| Add/Remove representations. More... | |
Public Member Functions inherited from vtkXMLPVDWriter | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual const char * | GetDefaultFileExtension () |
| Get the default file extension for files written by this writer. More... | |
| void | AddInputData (vtkDataObject *) |
| Add an input of this algorithm. More... | |
| int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | GetPiece () |
| Get/Set the piece number to write. More... | |
| virtual void | SetPiece (int) |
| Get/Set the piece number to write. More... | |
| virtual int | GetNumberOfPieces () |
| Get/Set the number of pieces into which the inputs are split. More... | |
| virtual void | SetNumberOfPieces (int) |
| Get/Set the number of pieces into which the inputs are split. More... | |
| virtual int | GetGhostLevel () |
| Get/Set the number of ghost levels to be written for unstructured data. More... | |
| virtual void | SetGhostLevel (int) |
| Get/Set the number of ghost levels to be written for unstructured data. More... | |
| virtual int | GetWriteCollectionFile () |
| Get/Set whether this instance will write the main collection file. More... | |
| virtual void | SetWriteCollectionFile (int flag) |
| Get/Set whether this instance will write the main collection file. More... | |
Static Public Member Functions | |
| static vtkXMLPVAnimationWriter * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkXMLPVAnimationWriter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkXMLPVDWriter | |
| static vtkXMLPVDWriter * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkXMLPVDWriter * | 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 Member Functions inherited from vtkXMLPVDWriter | |
| 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 *) |
Protected Attributes | |
| int | StartCalled |
| int | FinishCalled |
| vtkXMLPVAnimationWriterInternals * | Internal |
| char ** | FileNamesCreated |
| int | NumberOfFileNamesCreated |
Protected Attributes inherited from vtkXMLPVDWriter | |
| vtkXMLPVDWriterInternals * | Internal |
| int | Piece |
| int | NumberOfPieces |
| int | GhostLevel |
| int | WriteCollectionFile |
| int | WriteCollectionFileInitialized |
| vtkCallbackCommand * | ProgressObserver |
Additional Inherited Members | |
Static Protected Member Functions inherited from vtkXMLPVDWriter | |
| static void | ProgressCallbackFunction (vtkObject *, unsigned long, void *, void *) |
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 31 of file vtkXMLPVAnimationWriter.h.
Definition at line 35 of file vtkXMLPVAnimationWriter.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkXMLPVDWriter.
|
static |
|
virtual |
Reimplemented from vtkXMLPVDWriter.
|
static |
| void vtkXMLPVAnimationWriter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| 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.
| void vtkXMLPVAnimationWriter::WriteTime | ( | double | time | ) |
Write the current time step.
| void vtkXMLPVAnimationWriter::Finish | ( | ) |
Finish an animation by writing the collection file.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 69 of file vtkXMLPVAnimationWriter.h.
|
protected |
Definition at line 70 of file vtkXMLPVAnimationWriter.h.
|
protected |
Definition at line 73 of file vtkXMLPVAnimationWriter.h.
|
protected |
Definition at line 75 of file vtkXMLPVAnimationWriter.h.
|
protected |
Definition at line 76 of file vtkXMLPVAnimationWriter.h.
1.8.12