#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 32 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 | |
static int | IsTypeOf (const char *type) |
static vtkXMLStructuredDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLStructuredDataWriter () | |
~vtkXMLStructuredDataWriter () | |
virtual void | WritePrimaryElementAttributes (ostream &os, vtkIndent indent) |
virtual void | WriteAppendedPiece (int index, vtkIndent indent) |
virtual void | WriteAppendedPieceData (int index) |
virtual void | WriteInlinePiece (vtkIndent indent) |
virtual void | GetInputExtent (int *extent)=0 |
virtual int | WriteHeader () |
virtual int | WriteAPiece () |
virtual int | WriteFooter () |
virtual void | AllocatePositionArrays () |
virtual void | DeletePositionArrays () |
void | SetupExtentTranslator () |
vtkDataArray * | CreateExactExtent (vtkDataArray *array, int *inExtent, int *outExtent, int isPoint) |
virtual int | WriteInlineMode (vtkIndent indent) |
vtkIdType | GetStartTuple (int *extent, vtkIdType *increments, int i, int j, int k) |
void | CalculatePieceFractions (float *fractions) |
vtkDataArray * | CreateArrayForPoints (vtkDataArray *inArray) |
vtkDataArray * | CreateArrayForCells (vtkDataArray *inArray) |
void | SetInputUpdateExtent (int piece) |
int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual void | SetInternalWriteExtent (int, int, int, int, int, int) |
virtual void | SetInternalWriteExtent (int[6]) |
Protected Attributes | |
int | WriteExtent [6] |
int | InternalWriteExtent [6] |
int | NumberOfPieces |
vtkExtentTranslator * | ExtentTranslator |
float * | ProgressFractions |
int | CurrentPiece |
OffsetsManagerArray * | PointDataOM |
OffsetsManagerArray * | CellDataOM |
|
Reimplemented from vtkXMLWriter. Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. Definition at line 35 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. |
|
Enumerate big and little endian byte order settings. 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 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 from vtkXMLWriter. Reimplemented in vtkXMLImageDataWriter. |
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
Implemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
|
|
|
|
|
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkXMLWriter. |
|
Reimplemented from vtkXMLWriter. |
|
|
|
Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. Upstream requests correspond to information flow from the algorithm's outputs to its inputs. Downstream requests correspond to information flow from the algorithm's inputs to its outputs. A downstream request is defined by the contents of the request information object. The input to the request is stored in the input information vector passed to ProcessRequest. The results of an downstream request are stored in the output information vector passed to ProcessRequest. An upstream request is defined by the contents of the request information object. The input to the request is stored in the output information vector passed to ProcessRequest. The results of an upstream request are stored in the input information vector passed to ProcessRequest. It returns the boolean status of the pipeline (false means failure). Reimplemented from vtkXMLWriter. |
|
|
|
|
|
Definition at line 94 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 100 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 103 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 106 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 108 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 110 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 114 of file vtkXMLStructuredDataWriter.h. |
|
Definition at line 115 of file vtkXMLStructuredDataWriter.h. |