#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 50 of file vtkXMLDataSetWriter.h.
Public Types | |
typedef vtkXMLWriter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | Write () |
void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkXMLDataSetWriter * | SafeDownCast (vtkObject *o) |
vtkXMLDataSetWriter * | New () |
Protected Methods | |
vtkXMLDataSetWriter () | |
~vtkXMLDataSetWriter () | |
int | WriteData () |
const char * | GetDataSetName () |
const char * | GetDefaultFileExtension () |
|
Reimplemented from vtkXMLWriter. Definition at line 53 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. |
|
Invoke the writer. Returns 1 for success, 0 for failure. Reimplemented from vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Implements vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |