Go to the documentation of this file.
32 #ifndef vtkXMLDataObjectWriter_h
33 #define vtkXMLDataObjectWriter_h
35 #include "vtkIOXMLModule.h"
Write any type of VTK XML file.
virtual void ProgressCallback(vtkAlgorithm *w)
~vtkXMLDataObjectWriter() override
Superclass for all sources, filters, and sinks in VTK.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
Superclass for VTK's XML file writers.
a simple class to control print indentation
static vtkXMLWriter * NewWriter(int dataset_type)
Creates a writer for the given dataset type.
static void ProgressCallbackFunction(vtkObject *, unsigned long, void *, void *)
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
int WriteInternal() override
vtkCallbackCommand * InternalProgressObserver
abstract class to specify dataset behavior
const char * GetDataSetName() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
supports function callbacks
vtkDataSet * GetInput()
Get/Set the writer's input.
static vtkXMLDataObjectWriter * New()