29 #ifndef vtkXMLDataSetWriter_h
30 #define vtkXMLDataSetWriter_h
32 #include "vtkIOXMLModule.h"
65 int WriteInternal() VTK_OVERRIDE;
68 const
char* GetDataSetName() VTK_OVERRIDE;
69 const
char* GetDefaultFileExtension() VTK_OVERRIDE;
72 static
void ProgressCallbackFunction(
vtkObject*,
unsigned long,
void*,
abstract base class for most VTK objects
vtkDataObject * GetInput()
Assign a data object as input.
Write any type of VTK XML file.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
supports function callbacks
Superclass for all sources, filters, and sinks in VTK.
Superclass for VTK's XML file writers.
a simple class to control print indentation
static vtkAlgorithm * New()