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