#include <vtkXMLStructuredGridWriter.h>
Inheritance diagram for vtkXMLStructuredGridWriter:
vtkXMLStructuredGridWriter writes the VTK XML StructuredGrid file format. One structured grid input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vts". This writer is also used to write a single piece of the parallel file format.
Definition at line 38 of file vtkXMLStructuredGridWriter.h.
Public Types | |
typedef vtkXMLStructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
const char * | GetDefaultFileExtension () |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredGrid * | GetInput () |
Static Public Member Functions | |
static vtkXMLStructuredGridWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLStructuredGridWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLStructuredGridWriter () | |
~vtkXMLStructuredGridWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
void | WriteAppendedPiece (int index, vtkIndent indent) |
void | WriteAppendedPieceData (int index) |
void | WriteInlinePiece (vtkIndent indent) |
void | GetInputExtent (int *extent) |
const char * | GetDataSetName () |
void | CalculateSuperclassFraction (float *fractions) |
virtual void | AllocatePositionArrays () |
virtual void | DeletePositionArrays () |
Protected Attributes | |
OffsetsManagerGroup * | PointsOM |
|
Reimplemented from vtkXMLStructuredDataWriter. Definition at line 42 of file vtkXMLStructuredGridWriter.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. |
|
Enumerate big and little endian byte order settings. Reimplemented from vtkXMLStructuredDataWriter. |
|
Get/Set the writer's input. Reimplemented from vtkXMLWriter. |
|
Get the default file extension for files written by this writer. Implements 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 vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Implements vtkXMLStructuredDataWriter. |
|
Implements vtkXMLWriter. |
|
|
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Reimplemented from vtkXMLStructuredDataWriter. |
|
Definition at line 71 of file vtkXMLStructuredGridWriter.h. |