35 #ifndef vtkXMLDataSetWriter_h
36 #define vtkXMLDataSetWriter_h
38 #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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
const char * GetDataSetName()
static vtkXMLDataSetWriter * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkCallbackCommand * ProgressObserver
virtual void ProgressCallback(vtkAlgorithm *w)
vtkDataSet * GetInput()
Get/Set the writer's input.
virtual int WriteInternal()
static vtkXMLWriter * NewWriter(int dataset_type)
Creates a writer for the given dataset type.
const char * GetDefaultFileExtension()
Get the default file extension for files written by this writer.
static void ProgressCallbackFunction(vtkObject *, unsigned long, void *, void *)
Superclass for VTK's XML file writers.