Go to the documentation of this file.
35 #ifndef vtkXMLDataSetWriter_h
36 #define vtkXMLDataSetWriter_h
38 #include "vtkIOXMLModule.h"
Superclass for all sources, filters, and sinks in VTK.
abstract base class for most VTK objects
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
Write any type of VTK XML file.
const char * GetDefaultFileExtension()
Get the default file extension for files written by this writer.
Superclass for VTK's XML file writers.
a simple class to control print indentation
static vtkXMLDataSetWriter * New()
const char * GetDataSetName()
abstract class to specify dataset behavior
virtual int WriteInternal()
supports function callbacks
static void ProgressCallbackFunction(vtkObject *, unsigned long, void *, void *)
vtkCallbackCommand * ProgressObserver
virtual void ProgressCallback(vtkAlgorithm *w)
vtkDataSet * GetInput()
Get/Set the writer's input.
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.