meta-writer for writing a file series using writers that are not time-aware.
More...
#include <vtkFileSeriesWriter.h>
Inherits vtkDataObjectAlgorithm.
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 31 of file vtkFileSeriesWriter.h.
◆ Superclass
◆ vtkFileSeriesWriter()
vtkFileSeriesWriter::vtkFileSeriesWriter |
( |
| ) |
|
|
protected |
◆ ~vtkFileSeriesWriter()
vtkFileSeriesWriter::~vtkFileSeriesWriter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkFileSeriesWriter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkFileSeriesWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkFileSeriesWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkFileSeriesWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetWriter()
virtual void vtkFileSeriesWriter::SetWriter |
( |
vtkAlgorithm * |
| ) |
|
|
virtual |
Set/get the internal writer.
◆ GetWriter()
virtual vtkAlgorithm* vtkFileSeriesWriter::GetWriter |
( |
| ) |
|
|
virtual |
Set/get the internal writer.
◆ GetMTime()
virtual vtkMTimeType vtkFileSeriesWriter::GetMTime |
( |
| ) |
|
|
virtual |
Return the MTime also considering the internal writer.
◆ SetFileNameMethod()
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.
◆ GetFileNameMethod()
virtual char* vtkFileSeriesWriter::GetFileNameMethod |
( |
| ) |
|
|
virtual |
Name of the method used to set the file name of the internal writer.
By default, this is SetFileName.
◆ SetFileName()
virtual void vtkFileSeriesWriter::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
Get/Set the name of the output file.
◆ GetFileName()
virtual char* vtkFileSeriesWriter::GetFileName |
( |
| ) |
|
|
virtual |
Get/Set the name of the output file.
◆ Write()
int vtkFileSeriesWriter::Write |
( |
| ) |
|
Invoke the writer.
Returns 1 for success, 0 for failure.
◆ GetWriteAllTimeSteps()
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.
◆ SetWriteAllTimeSteps()
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.
◆ WriteAllTimeStepsOn()
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.
◆ WriteAllTimeStepsOff()
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.
◆ ProcessRequest()
virtual int vtkFileSeriesWriter::ProcessRequest |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
virtual |
see vtkAlgorithm for details
◆ SetInterpreter()
◆ RequestInformation()
int vtkFileSeriesWriter::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
◆ RequestUpdateExtent()
int vtkFileSeriesWriter::RequestUpdateExtent |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
◆ RequestData()
int vtkFileSeriesWriter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: