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