#include <vtkXMLRectilinearGridWriter.h>
Inheritance diagram for vtkXMLRectilinearGridWriter:
vtkXMLRectilinearGridWriter writes the VTK XML RectilinearGrid file format. One rectilinear grid input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vtr". This writer is also used to write a single piece of the parallel file format.
Definition at line 46 of file vtkXMLRectilinearGridWriter.h.
Public Types | |
typedef vtkXMLStructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
void | SetInput (vtkRectilinearGrid *input) |
vtkRectilinearGrid * | GetInput () |
Static Public Member Functions | |
vtkXMLRectilinearGridWriter * | New () |
int | IsTypeOf (const char *type) |
vtkXMLRectilinearGridWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLRectilinearGridWriter () | |
~vtkXMLRectilinearGridWriter () | |
int | WriteAppendedMode (vtkIndent indent) |
void | WriteAppendedPiece (int index, vtkIndent indent) |
void | WriteAppendedPieceData (int index) |
void | WriteInlinePiece (int index, vtkIndent indent) |
void | GetInputExtent (int *extent) |
const char * | GetDataSetName () |
vtkDataArray * | CreateExactCoordinates (vtkDataArray *a, int xyz) |
void | CalculateSuperclassFraction (float *fractions) |
Protected Attributes | |
unsigned long ** | CoordinatePositions |
|
Reimplemented from vtkXMLStructuredDataWriter. Definition at line 50 of file vtkXMLRectilinearGridWriter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
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 vtkXMLStructuredDataWriter. |
|
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 vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
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 vtkXMLStructuredDataWriter. |
|
Get/Set the writer's input. |
|
Get/Set the writer's input. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Implements vtkXMLStructuredDataWriter. |
|
Implements vtkXMLWriter. |
|
Reimplemented from vtkXMLWriter. |
|
|
|
Definition at line 76 of file vtkXMLRectilinearGridWriter.h. |