#include <vtkXMLStructuredDataWriter.h>
Inheritance diagram for vtkXMLStructuredDataWriter:
vtkXMLStructuredDataWriter provides VTK XML writing functionality that is common among all the structured data formats.
Definition at line 37 of file vtkXMLStructuredDataWriter.h.
Public Types | |
typedef vtkXMLWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetNumberOfPieces (int) |
virtual int | GetNumberOfPieces () |
virtual void | SetWriteExtent (int, int, int, int, int, int) |
virtual void | SetWriteExtent (int[6]) |
virtual int * | GetWriteExtent () |
virtual void | GetWriteExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetWriteExtent (int[6]) |
virtual void | SetExtentTranslator (vtkExtentTranslator *) |
virtual vtkExtentTranslator * | GetExtentTranslator () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLStructuredDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLStructuredDataWriter () | |
~vtkXMLStructuredDataWriter () | |
virtual void | WritePrimaryElementAttributes () |
virtual void | WriteAppendedPiece (int index, vtkIndent indent) |
virtual void | WriteAppendedPieceData (int index) |
virtual void | WriteInlinePiece (int index, vtkIndent indent) |
virtual void | GetInputExtent (int *extent)=0 |
int | WriteData () |
void | SetupExtentTranslator () |
virtual void | WriteAppendedMode (vtkIndent indent) |
vtkDataArray * | CreateExactExtent (vtkDataArray *array, int *inExtent, int *outExtent, int isPoint) |
virtual void | WriteInlineMode (vtkIndent indent) |
unsigned int | GetStartTuple (int *extent, int *increments, int i, int j, int k) |
vtkDataArray * | CreateArrayForPoints (vtkDataArray *inArray) |
vtkDataArray * | CreateArrayForCells (vtkDataArray *inArray) |
Protected Attributes | |
int | WriteExtent [6] |
int | NumberOfPieces |
vtkExtentTranslator * | ExtentTranslator |
unsigned long ** | PointDataOffsets |
unsigned long ** | CellDataOffsets |
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. Definition at line 40 of file vtkXMLStructuredDataWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
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.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
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 in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
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.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file. |
|
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file. |
|
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. |
|
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. |
|
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. |
|
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. |
|
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input. |
|
Get/Set the extent translator used for streaming. |
|
Get/Set the extent translator used for streaming. |
|
Reimplemented in vtkXMLImageDataWriter.
|
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Implemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
Implements vtkXMLWriter.
|
|
|
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
|
|
|
|
|
|
|
|
Reimplemented from vtkXMLWriter.
|
|
Reimplemented from vtkXMLWriter.
|
|
Definition at line 90 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 93 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 96 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 99 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 100 of file vtkXMLStructuredDataWriter.h. |