#include <vtkDataObjectWriter.h>
Inheritance diagram for vtkDataObjectWriter:
vtkDataObjectWriter is a source object that writes ASCII or binary field data files in vtk format. Field data is a general form of data in matrix form.
Definition at line 50 of file vtkDataObjectWriter.h.
Public Types | |
typedef vtkWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetInput (vtkDataObject *input) |
vtkDataObject * | GetInput () |
void | SetFileName (const char *filename) |
char * | GetFileName () |
void | SetHeader (char *header) |
char * | GetHeader () |
void | SetFileType (int type) |
int | GetFileType () |
void | SetFileTypeToASCII () |
void | SetFileTypeToBinary () |
void | SetFieldDataName (char *fieldname) |
char * | GetFieldDataName () |
Static Public Member Functions | |
vtkDataObjectWriter * | New () |
int | IsTypeOf (const char *type) |
vtkDataObjectWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDataObjectWriter () | |
~vtkDataObjectWriter () | |
void | WriteData () |
Protected Attributes | |
vtkDataWriter * | Writer |
|
Reimplemented from vtkWriter. Definition at line 54 of file vtkDataObjectWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkWriter. |
|
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 vtkWriter. |
|
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 vtkWriter. |
|
Reimplemented from vtkWriter. |
|
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 vtkWriter. |
|
Set / get the input data or filter. |
|
Set / get the input data or filter. Reimplemented from vtkWriter. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 65 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 66 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 67 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 68 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 69 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 70 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 71 of file vtkDataObjectWriter.h. References VTK_ASCII. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 72 of file vtkDataObjectWriter.h. References VTK_BINARY. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 73 of file vtkDataObjectWriter.h. |
|
Methods delegated to vtkDataWriter, see vtkDataWriter. Definition at line 74 of file vtkDataObjectWriter.h. |
|
Implements vtkWriter. |
|
Definition at line 82 of file vtkDataObjectWriter.h. |