|
ParaView
|
meta-writer for writing a file series using writers that are not time-aware. More...
#include <vtkFileSeriesWriter.h>


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.
| 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.
| 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.
1.7.5.1