Go to the documentation of this file.
34 #include "vtkIOCoreModule.h"
98 void operator=(
const vtkWriter&) VTK_DELETE_FUNCTION;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkDataObject * GetInput(int port)
Superclass for all sources, filters, and sinks in VTK.
virtual int Write()
Write data to output.
record modification and/or execution time
void EncodeWriteString(ostream *out, const char *name, bool doublePercent)
Encode the string so that the reader will not have problems.
virtual void WriteData()=0
vtkDataObject * GetInput()
a simple class to control print indentation
void SetInputData(vtkDataObject *input)
Set/get the input to this writer.
abstract class to write data to file(s)
void EncodeString(char *resname, const char *name, bool doublePercent)
Encode the string so that the reader will not have problems.
void SetInputData(int index, vtkDataObject *input)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.