#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.
vtkDataSet * | GetInput () |
static vtkXMLDataSetWriter * | New () |
Public Types | |
typedef vtkXMLWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLDataSetWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLDataSetWriter () | |
~vtkXMLDataSetWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | WriteInternal () |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
virtual void | ProgressCallback (vtkAlgorithm *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. |
|
Enumerate big and little endian byte order settings. Reimplemented from vtkXMLWriter. |
|
Get/Set the writer's input. Reimplemented from vtkAlgorithm. |
|
Get/Set the writer's input. Reimplemented from vtkXMLWriter. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
|
|
|
|
Definition at line 73 of file vtkXMLDataSetWriter.h. |