Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkXMLUnstructuredGridWriter Class Reference

#include <vtkXMLUnstructuredGridWriter.h>

Inheritance diagram for vtkXMLUnstructuredGridWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLUnstructuredGridWriter:

Collaboration graph
[legend]
List of all members.

Detailed Description

Write VTK XML UnstructuredGrid files.

Date:
2002/10/16 18:23:07
Revision:
1.1

vtkXMLUnstructuredGridWriter writes the VTK XML UnstructuredGrid file format. One unstructured grid input can be written into one file in any number of streamed pieces (if supported by the rest of the pipeline). The standard extension for this writer's file format is "vtu". This writer is also used to write a single piece of the parallel file format.

See also:
vtkXMLPUnstructuredGridWriter
Created by:
  • King, Brad
CVS contributions (if > 5%):
  • King, Brad (97%)
CVS logs (CVSweb):
  • .h (/IO/vtkXMLUnstructuredGridWriter.h)
  • .cxx (/IO/vtkXMLUnstructuredGridWriter.cxx)

Definition at line 50 of file vtkXMLUnstructuredGridWriter.h.

Public Types

typedef vtkXMLUnstructuredDataWriter Superclass

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
const char * GetDefaultFileExtension ()
void SetInput (vtkUnstructuredGrid *input)
vtkUnstructuredGridGetInput ()

Static Public Methods

int IsTypeOf (const char *type)
vtkXMLUnstructuredGridWriter * SafeDownCast (vtkObject *o)
vtkXMLUnstructuredGridWriter * New ()

Protected Methods

 vtkXMLUnstructuredGridWriter ()
 ~vtkXMLUnstructuredGridWriter ()
const char * GetDataSetName ()
void SetInputUpdateExtent (int piece, int numPieces, int ghostLevel)
void WriteInlinePieceAttributes ()
void WriteInlinePiece (vtkIndent indent)
void WriteAppendedMode (vtkIndent indent)
void WriteAppendedPieceAttributes (int index)
void WriteAppendedPiece (int index, vtkIndent indent)
void WriteAppendedPieceData (int index)

Protected Attributes

unsigned long * NumberOfCellsPositions
unsigned long ** CellsPositions


Member Typedef Documentation

typedef vtkXMLUnstructuredDataWriter vtkXMLUnstructuredGridWriter::Superclass
 

Reimplemented from vtkXMLUnstructuredDataWriter.

Definition at line 53 of file vtkXMLUnstructuredGridWriter.h.


Constructor & Destructor Documentation

vtkXMLUnstructuredGridWriter::vtkXMLUnstructuredGridWriter   [protected]
 

vtkXMLUnstructuredGridWriter::~vtkXMLUnstructuredGridWriter   [protected]
 


Member Function Documentation

virtual const char* vtkXMLUnstructuredGridWriter::GetClassName   [virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

int vtkXMLUnstructuredGridWriter::IsTypeOf const char *    type [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLUnstructuredDataWriter.

virtual int vtkXMLUnstructuredGridWriter::IsA const char *    type [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLUnstructuredDataWriter.

vtkXMLUnstructuredGridWriter* vtkXMLUnstructuredGridWriter::SafeDownCast vtkObject   o [static]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::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 vtkXMLUnstructuredDataWriter.

vtkXMLUnstructuredGridWriter* vtkXMLUnstructuredGridWriter::New   [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

void vtkXMLUnstructuredGridWriter::SetInput vtkUnstructuredGrid   input
 

Get/Set the writer's input.

vtkUnstructuredGrid* vtkXMLUnstructuredGridWriter::GetInput  
 

Get/Set the writer's input.

const char* vtkXMLUnstructuredGridWriter::GetDefaultFileExtension   [virtual]
 

Get the default file extension for files written by this writer.

Implements vtkXMLWriter.

const char* vtkXMLUnstructuredGridWriter::GetDataSetName   [protected, virtual]
 

Implements vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::SetInputUpdateExtent int    piece,
int    numPieces,
int    ghostLevel
[protected, virtual]
 

Implements vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteInlinePieceAttributes   [protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteInlinePiece vtkIndent    indent [protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteAppendedMode vtkIndent    indent [protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteAppendedPieceAttributes int    index [protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteAppendedPiece int    index,
vtkIndent    indent
[protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.

void vtkXMLUnstructuredGridWriter::WriteAppendedPieceData int    index [protected, virtual]
 

Reimplemented from vtkXMLUnstructuredDataWriter.


Member Data Documentation

unsigned long* vtkXMLUnstructuredGridWriter::NumberOfCellsPositions [protected]
 

Definition at line 82 of file vtkXMLUnstructuredGridWriter.h.

unsigned long** vtkXMLUnstructuredGridWriter::CellsPositions [protected]
 

Definition at line 83 of file vtkXMLUnstructuredGridWriter.h.


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