ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXMLPVAnimationWriter Class Reference

Data writer for ParaView. More...

#include <vtkXMLPVAnimationWriter.h>

Inheritance diagram for vtkXMLPVAnimationWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLPVAnimationWriter:
Collaboration graph
[legend]

List of all members.

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 vtkXMLPVAnimationWriterNew ()
static int IsTypeOf (const char *type)
static vtkXMLPVAnimationWriterSafeDownCast (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

Detailed Description

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.


Constructor & Destructor Documentation

vtkXMLPVAnimationWriter::vtkXMLPVAnimationWriter ( ) [protected]
vtkXMLPVAnimationWriter::~vtkXMLPVAnimationWriter ( ) [protected]

Member Function Documentation

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]

Member Data Documentation

Definition at line 59 of file vtkXMLPVAnimationWriter.h.

Definition at line 60 of file vtkXMLPVAnimationWriter.h.

vtkXMLPVAnimationWriterInternals* vtkXMLPVAnimationWriter::Internal [protected]

Reimplemented from vtkXMLPVDWriter.

Definition at line 63 of file vtkXMLPVAnimationWriter.h.

Definition at line 65 of file vtkXMLPVAnimationWriter.h.

Definition at line 66 of file vtkXMLPVAnimationWriter.h.


The documentation for this class was generated from the following file: