#include <vtkXMLUnstructuredDataWriter.h>
Inheritance diagram for vtkXMLUnstructuredDataWriter:
vtkXMLUnstructuredDataWriter provides VTK XML writing functionality that is common among all the unstructured data formats.
Definition at line 32 of file vtkXMLUnstructuredDataWriter.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 | SetWritePiece (int) |
virtual int | GetWritePiece () |
virtual void | SetGhostLevel (int) |
virtual int | GetGhostLevel () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLUnstructuredDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLUnstructuredDataWriter () | |
~vtkXMLUnstructuredDataWriter () | |
vtkPointSet * | GetInputAsPointSet () |
virtual const char * | GetDataSetName ()=0 |
virtual void | SetInputUpdateExtent (int piece, int numPieces, int ghostLevel)=0 |
int | WriteData () |
virtual int | WriteInlineMode (vtkIndent indent) |
virtual void | WriteInlinePieceAttributes () |
virtual void | WriteInlinePiece (vtkIndent indent) |
virtual int | WriteAppendedMode (vtkIndent indent) |
virtual void | WriteAppendedPieceAttributes (int index) |
virtual void | WriteAppendedPiece (int index, vtkIndent indent) |
virtual void | WriteAppendedPieceData (int index) |
void | WriteCellsInline (const char *name, vtkCellArray *cells, vtkDataArray *types, vtkIndent indent) |
unsigned long * | WriteCellsAppended (const char *name, vtkDataArray *types, vtkIndent indent) |
void | WriteCellsAppendedData (vtkCellArray *cells, vtkDataArray *types, unsigned long *positions) |
void | ConvertCells (vtkCellArray *cells) |
virtual vtkIdType | GetNumberOfInputPoints () |
virtual vtkIdType | GetNumberOfInputCells ()=0 |
void | CalculateDataFractions (float *fractions) |
void | CalculateCellFractions (float *fractions, vtkIdType typesSize) |
Protected Attributes | |
int | NumberOfPieces |
int | WritePiece |
int | GhostLevel |
unsigned long * | PointsPositions |
unsigned long * | NumberOfPointsPositions |
unsigned long ** | PointDataPositions |
unsigned long ** | CellDataPositions |
vtkIdTypeArray * | CellPoints |
vtkIdTypeArray * | CellOffsets |
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter. Definition at line 35 of file vtkXMLUnstructuredDataWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
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 vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
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 vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
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 vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
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. |
|
negative or equal to the NumberOfPieces, all pieces will be written. |
|
negative or equal to the NumberOfPieces, all pieces will be written. |
|
Get/Set the ghost level used to pad each piece. |
|
Get/Set the ghost level used to pad each piece. |
|
|
|
Implements vtkXMLWriter.
Implemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Implemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Implements vtkXMLWriter.
|
|
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
|
|
|
|
|
|
Definition at line 94 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 97 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 100 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 103 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 104 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 105 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 106 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 109 of file vtkXMLUnstructuredDataWriter.h. |
|
Definition at line 110 of file vtkXMLUnstructuredDataWriter.h. |