ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkFileSeriesWriter Class Reference

meta-writer for writing a file series using writers that are not time-aware. More...

#include <vtkFileSeriesWriter.h>

Inheritance diagram for vtkFileSeriesWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkFileSeriesWriter:
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)
virtual unsigned long GetMTime ()
int Write ()
virtual void SetWriter (vtkAlgorithm *)
virtual vtkAlgorithmGetWriter ()
virtual void SetFileNameMethod (const char *)
virtual char * GetFileNameMethod ()
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual int GetWriteAllTimeSteps ()
virtual void SetWriteAllTimeSteps (int)
virtual void WriteAllTimeStepsOn ()
virtual void WriteAllTimeStepsOff ()
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Static Public Member Functions

static vtkFileSeriesWriterNew ()
static int IsTypeOf (const char *type)
static vtkFileSeriesWriterSafeDownCast (vtkObject *o)

Protected Member Functions

int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetInterpreter (vtkClientServerInterpreter *interp)
 vtkFileSeriesWriter ()
 ~vtkFileSeriesWriter ()

Detailed Description

meta-writer for writing a file series using writers that are not time-aware.

vtkFileSeriesWriter is a meta-writer that enables writing a file series using writers that are not time-aware.

Definition at line 29 of file vtkFileSeriesWriter.h.


Constructor & Destructor Documentation

vtkFileSeriesWriter::vtkFileSeriesWriter ( ) [protected]

Get/Set the interpreter to use to call methods on the writer.

vtkFileSeriesWriter::~vtkFileSeriesWriter ( ) [protected]

Get/Set the interpreter to use to call methods on the writer.


Member Function Documentation

static vtkFileSeriesWriter* vtkFileSeriesWriter::New ( ) [static]

Reimplemented from vtkDataObjectAlgorithm.

virtual const char* vtkFileSeriesWriter::GetClassName ( ) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

static int vtkFileSeriesWriter::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkDataObjectAlgorithm.

virtual int vtkFileSeriesWriter::IsA ( const char *  type) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

static vtkFileSeriesWriter* vtkFileSeriesWriter::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkDataObjectAlgorithm.

void vtkFileSeriesWriter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkDataObjectAlgorithm.

virtual void vtkFileSeriesWriter::SetWriter ( vtkAlgorithm ) [virtual]

Set/get the internal writer.

virtual vtkAlgorithm* vtkFileSeriesWriter::GetWriter ( ) [virtual]

Set/get the internal writer.

virtual unsigned long vtkFileSeriesWriter::GetMTime ( ) [virtual]

Return the MTime also considering the internal writer.

Reimplemented from vtkObject.

virtual void vtkFileSeriesWriter::SetFileNameMethod ( const char *  ) [virtual]

Name of the method used to set the file name of the internal writer. By default, this is SetFileName.

virtual char* vtkFileSeriesWriter::GetFileNameMethod ( ) [virtual]

Name of the method used to set the file name of the internal writer. By default, this is SetFileName.

virtual void vtkFileSeriesWriter::SetFileName ( const char *  ) [virtual]

Get/Set the name of the output file.

virtual char* vtkFileSeriesWriter::GetFileName ( ) [virtual]

Get/Set the name of the output file.

int vtkFileSeriesWriter::Write ( )

Invoke the writer. Returns 1 for success, 0 for failure.

virtual int vtkFileSeriesWriter::GetWriteAllTimeSteps ( ) [virtual]

Must be set to true to write all timesteps, otherwise only the current timestep will be written out. Off by default.

virtual void vtkFileSeriesWriter::SetWriteAllTimeSteps ( int  ) [virtual]

Must be set to true to write all timesteps, otherwise only the current timestep will be written out. Off by default.

virtual void vtkFileSeriesWriter::WriteAllTimeStepsOn ( ) [virtual]

Must be set to true to write all timesteps, otherwise only the current timestep will be written out. Off by default.

virtual void vtkFileSeriesWriter::WriteAllTimeStepsOff ( ) [virtual]

Must be set to true to write all timesteps, otherwise only the current timestep will be written out. Off by default.

virtual int vtkFileSeriesWriter::ProcessRequest ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [virtual]

see vtkAlgorithm for details

Reimplemented from vtkDataObjectAlgorithm.

void vtkFileSeriesWriter::SetInterpreter ( vtkClientServerInterpreter *  interp) [inline]

Get/Set the interpreter to use to call methods on the writer.

Definition at line 79 of file vtkFileSeriesWriter.h.

int vtkFileSeriesWriter::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.

int vtkFileSeriesWriter::RequestUpdateExtent ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.

int vtkFileSeriesWriter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkDataObjectAlgorithm.


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