VTK
|
Superclass for VTK XML unstructured data writers. More...
#include <vtkXMLUnstructuredDataWriter.h>
Superclass for VTK XML unstructured data writers.
vtkXMLUnstructuredDataWriter provides VTK XML writing functionality that is common among all the unstructured data formats.
Definition at line 33 of file vtkXMLUnstructuredDataWriter.h.
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
Definition at line 36 of file vtkXMLUnstructuredDataWriter.h.
vtkXMLUnstructuredDataWriter::vtkXMLUnstructuredDataWriter | ( | ) | [protected] |
vtkXMLUnstructuredDataWriter::~vtkXMLUnstructuredDataWriter | ( | ) | [protected] |
virtual const char* vtkXMLUnstructuredDataWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
static int vtkXMLUnstructuredDataWriter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual int vtkXMLUnstructuredDataWriter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
static vtkXMLUnstructuredDataWriter* vtkXMLUnstructuredDataWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
void vtkXMLUnstructuredDataWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
virtual void vtkXMLUnstructuredDataWriter::SetNumberOfPieces | ( | int | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual int vtkXMLUnstructuredDataWriter::GetNumberOfPieces | ( | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual void vtkXMLUnstructuredDataWriter::SetWritePiece | ( | int | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written.
virtual int vtkXMLUnstructuredDataWriter::GetWritePiece | ( | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative or equal to the NumberOfPieces, all pieces will be written.
virtual void vtkXMLUnstructuredDataWriter::SetGhostLevel | ( | int | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
virtual int vtkXMLUnstructuredDataWriter::GetGhostLevel | ( | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
int vtkXMLUnstructuredDataWriter::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [virtual] |
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.
vtkPointSet* vtkXMLUnstructuredDataWriter::GetInputAsPointSet | ( | ) | [protected] |
virtual const char* vtkXMLUnstructuredDataWriter::GetDataSetName | ( | ) | [protected, pure virtual] |
Implements vtkXMLWriter.
Implemented in vtkXMLUnstructuredGridWriter, and vtkXMLPolyDataWriter.
virtual void vtkXMLUnstructuredDataWriter::SetInputUpdateExtent | ( | int | piece, |
int | numPieces, | ||
int | ghostLevel | ||
) | [protected, virtual] |
virtual int vtkXMLUnstructuredDataWriter::WriteHeader | ( | ) | [protected, virtual] |
virtual int vtkXMLUnstructuredDataWriter::WriteAPiece | ( | ) | [protected, virtual] |
virtual int vtkXMLUnstructuredDataWriter::WriteFooter | ( | ) | [protected, virtual] |
virtual void vtkXMLUnstructuredDataWriter::AllocatePositionArrays | ( | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::DeletePositionArrays | ( | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::WriteInlinePieceAttributes | ( | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::WriteInlinePiece | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPieceAttributes | ( | int | index | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPiece | ( | int | index, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPieceData | ( | int | index | ) | [protected, virtual] |
Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
void vtkXMLUnstructuredDataWriter::WriteCellsInline | ( | const char * | name, |
vtkCellArray * | cells, | ||
vtkDataArray * | types, | ||
vtkIndent | indent | ||
) | [protected] |
void vtkXMLUnstructuredDataWriter::WriteCellsInline | ( | const char * | name, |
vtkCellArray * | cells, | ||
vtkDataArray * | types, | ||
vtkIdTypeArray * | faces, | ||
vtkIdTypeArray * | faceOffsets, | ||
vtkIndent | indent | ||
) | [protected] |
void vtkXMLUnstructuredDataWriter::WriteCellsAppended | ( | const char * | name, |
vtkDataArray * | types, | ||
vtkIndent | indent, | ||
OffsetsManagerGroup * | cellsManager | ||
) | [protected] |
void vtkXMLUnstructuredDataWriter::WriteCellsAppendedData | ( | vtkCellArray * | cells, |
vtkDataArray * | types, | ||
int | timestep, | ||
OffsetsManagerGroup * | cellsManager | ||
) | [protected] |
void vtkXMLUnstructuredDataWriter::WriteCellsAppendedData | ( | vtkCellArray * | cells, |
vtkDataArray * | types, | ||
vtkIdTypeArray * | faces, | ||
vtkIdTypeArray * | faceOffsets, | ||
int | timestep, | ||
OffsetsManagerGroup * | cellsManager | ||
) | [protected] |
void vtkXMLUnstructuredDataWriter::ConvertCells | ( | vtkCellArray * | cells | ) | [protected] |
void vtkXMLUnstructuredDataWriter::ConvertFaces | ( | vtkIdTypeArray * | faces, |
vtkIdTypeArray * | faceOffsets | ||
) | [protected] |
virtual vtkIdType vtkXMLUnstructuredDataWriter::GetNumberOfInputPoints | ( | ) | [protected, virtual] |
virtual vtkIdType vtkXMLUnstructuredDataWriter::GetNumberOfInputCells | ( | ) | [protected, pure virtual] |
Implemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.
void vtkXMLUnstructuredDataWriter::CalculateDataFractions | ( | float * | fractions | ) | [protected] |
void vtkXMLUnstructuredDataWriter::CalculateCellFractions | ( | float * | fractions, |
vtkIdType | typesSize | ||
) | [protected] |
int vtkXMLUnstructuredDataWriter::NumberOfPieces [protected] |
Definition at line 120 of file vtkXMLUnstructuredDataWriter.h.
int vtkXMLUnstructuredDataWriter::WritePiece [protected] |
Definition at line 123 of file vtkXMLUnstructuredDataWriter.h.
int vtkXMLUnstructuredDataWriter::GhostLevel [protected] |
Definition at line 126 of file vtkXMLUnstructuredDataWriter.h.
unsigned long* vtkXMLUnstructuredDataWriter::NumberOfPointsPositions [protected] |
Definition at line 129 of file vtkXMLUnstructuredDataWriter.h.
Definition at line 132 of file vtkXMLUnstructuredDataWriter.h.
Definition at line 133 of file vtkXMLUnstructuredDataWriter.h.
Definition at line 134 of file vtkXMLUnstructuredDataWriter.h.
vtkIdTypeArray* vtkXMLUnstructuredDataWriter::CellPoints [protected] |
Definition at line 137 of file vtkXMLUnstructuredDataWriter.h.
vtkIdTypeArray* vtkXMLUnstructuredDataWriter::CellOffsets [protected] |
Definition at line 138 of file vtkXMLUnstructuredDataWriter.h.
int vtkXMLUnstructuredDataWriter::CurrentPiece [protected] |
Definition at line 140 of file vtkXMLUnstructuredDataWriter.h.
vtkIdTypeArray* vtkXMLUnstructuredDataWriter::Faces [protected] |
Definition at line 143 of file vtkXMLUnstructuredDataWriter.h.
vtkIdTypeArray* vtkXMLUnstructuredDataWriter::FaceOffsets [protected] |
Definition at line 144 of file vtkXMLUnstructuredDataWriter.h.