VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXMLUnstructuredDataWriter Class Reference

Superclass for VTK XML unstructured data writers. More...

#include <vtkXMLUnstructuredDataWriter.h>

Inheritance diagram for vtkXMLUnstructuredDataWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLUnstructuredDataWriter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLUnstructuredDataWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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

static int IsTypeOf (const char *type)
static
vtkXMLUnstructuredDataWriter
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLUnstructuredDataWriter ()
 ~vtkXMLUnstructuredDataWriter ()
vtkPointSetGetInputAsPointSet ()
virtual const char * GetDataSetName ()=0
virtual void SetInputUpdateExtent (int piece, int numPieces, int ghostLevel)
virtual int WriteHeader ()
virtual int WriteAPiece ()
virtual int WriteFooter ()
virtual void AllocatePositionArrays ()
virtual void DeletePositionArrays ()
virtual int WriteInlineMode (vtkIndent indent)
virtual void WriteInlinePieceAttributes ()
virtual void WriteInlinePiece (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)
void WriteCellsInline (const char *name, vtkCellArray *cells, vtkDataArray *types, vtkIdTypeArray *faces, vtkIdTypeArray *faceOffsets, vtkIndent indent)
void WriteCellsAppended (const char *name, vtkDataArray *types, vtkIndent indent, OffsetsManagerGroup *cellsManager)
void WriteCellsAppendedData (vtkCellArray *cells, vtkDataArray *types, int timestep, OffsetsManagerGroup *cellsManager)
void WriteCellsAppendedData (vtkCellArray *cells, vtkDataArray *types, vtkIdTypeArray *faces, vtkIdTypeArray *faceOffsets, int timestep, OffsetsManagerGroup *cellsManager)
void ConvertCells (vtkCellArray *cells)
void ConvertFaces (vtkIdTypeArray *faces, vtkIdTypeArray *faceOffsets)
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
vtkTypeInt64 * NumberOfPointsPositions
OffsetsManagerGroupPointsOM
OffsetsManagerArrayPointDataOM
OffsetsManagerArrayCellDataOM
vtkIdTypeArrayCellPoints
vtkIdTypeArrayCellOffsets
int CurrentPiece
vtkIdTypeArrayFaces
vtkIdTypeArrayFaceOffsets

Detailed Description

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 34 of file vtkXMLUnstructuredDataWriter.h.


Member Typedef Documentation

Reimplemented from vtkXMLWriter.

Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.

Definition at line 37 of file vtkXMLUnstructuredDataWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkXMLWriter.

Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.

virtual vtkObjectBase* vtkXMLUnstructuredDataWriter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLWriter.

Reimplemented in vtkXMLPolyDataWriter, and vtkXMLUnstructuredGridWriter.

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.

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.

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.

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.

Get/Set the ghost level used to pad each piece.

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.

virtual const char* vtkXMLUnstructuredDataWriter::GetDataSetName ( ) [protected, pure virtual]
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]
virtual void vtkXMLUnstructuredDataWriter::DeletePositionArrays ( ) [protected, virtual]
virtual int vtkXMLUnstructuredDataWriter::WriteInlineMode ( vtkIndent  indent) [protected, virtual]
virtual void vtkXMLUnstructuredDataWriter::WriteInlinePieceAttributes ( ) [protected, virtual]
virtual void vtkXMLUnstructuredDataWriter::WriteInlinePiece ( vtkIndent  indent) [protected, virtual]
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPieceAttributes ( int  index) [protected, virtual]
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPiece ( int  index,
vtkIndent  indent 
) [protected, virtual]
virtual void vtkXMLUnstructuredDataWriter::WriteAppendedPieceData ( int  index) [protected, virtual]
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::ConvertFaces ( vtkIdTypeArray faces,
vtkIdTypeArray faceOffsets 
) [protected]
virtual vtkIdType vtkXMLUnstructuredDataWriter::GetNumberOfInputCells ( ) [protected, pure virtual]
void vtkXMLUnstructuredDataWriter::CalculateCellFractions ( float fractions,
vtkIdType  typesSize 
) [protected]

Member Data Documentation

Definition at line 121 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 124 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 127 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 130 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 133 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 134 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 135 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 138 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 139 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 141 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 144 of file vtkXMLUnstructuredDataWriter.h.

Definition at line 145 of file vtkXMLUnstructuredDataWriter.h.


The documentation for this class was generated from the following file: