#include <vtkXMLDataSetWriter.h>
Inheritance diagram for vtkXMLDataSetWriter:
vtkXMLDataSetWriter is a wrapper around the VTK XML file format writers. Given an input vtkDataSet, the correct writer is automatically selected based on the type of input.
Definition at line 38 of file vtkXMLDataSetWriter.h.
Public Types | |
typedef vtkXMLWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLDataSetWriter * | SafeDownCast (vtkObject *o) |
static vtkXMLDataSetWriter * | New () |
Protected Member Functions | |
vtkXMLDataSetWriter () | |
~vtkXMLDataSetWriter () | |
virtual int | WriteInternal () |
int | WriteData () |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
virtual void | ProgressCallback (vtkProcessObject *w) |
Static Protected Member Functions | |
static void | ProgressCallbackFunction (vtkObject *, unsigned long, void *, void *) |
Protected Attributes | |
vtkCallbackCommand * | ProgressObserver |
|
Reimplemented from vtkXMLWriter. Definition at line 41 of file vtkXMLDataSetWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLWriter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLWriter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLWriter. |
|
Reimplemented from vtkXMLWriter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkXMLWriter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Get/Set the writer's input. |
|
Get/Set the writer's input. |
|
Reimplemented from vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
|
|
|
|
Definition at line 70 of file vtkXMLDataSetWriter.h. |