Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkXMLPUnstructuredGridWriter Class Reference

#include <vtkXMLPUnstructuredGridWriter.h>

Inheritance diagram for vtkXMLPUnstructuredGridWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLPUnstructuredGridWriter:

Collaboration graph
[legend]
List of all members.

Detailed Description

Write PVTK XML UnstructuredGrid files.

vtkXMLPUnstructuredGridWriter writes the PVTK XML UnstructuredGrid file format. One unstructured grid input can be written into a parallel file format with any number of pieces spread across files. The standard extension for this writer's file format is "pvtu". This writer uses vtkXMLUnstructuredGridWriter to write the individual piece files.

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

Definition at line 46 of file vtkXMLPUnstructuredGridWriter.h.

Public Types

typedef vtkXMLPUnstructuredDataWriter Superclass

Public Member Functions

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 Member Functions

vtkXMLPUnstructuredGridWriterNew ()
int IsTypeOf (const char *type)
vtkXMLPUnstructuredGridWriterSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXMLPUnstructuredGridWriter ()
 ~vtkXMLPUnstructuredGridWriter ()
const char * GetDataSetName ()
vtkXMLUnstructuredDataWriterCreateUnstructuredPieceWriter ()


Member Typedef Documentation

typedef vtkXMLPUnstructuredDataWriter vtkXMLPUnstructuredGridWriter::Superclass
 

Reimplemented from vtkXMLPUnstructuredDataWriter.

Definition at line 50 of file vtkXMLPUnstructuredGridWriter.h.


Constructor & Destructor Documentation

vtkXMLPUnstructuredGridWriter::vtkXMLPUnstructuredGridWriter  )  [protected]
 

vtkXMLPUnstructuredGridWriter::~vtkXMLPUnstructuredGridWriter  )  [protected]
 


Member Function Documentation

vtkXMLPUnstructuredGridWriter* vtkXMLPUnstructuredGridWriter::New  )  [static]
 

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

Reimplemented from vtkAlgorithm.

virtual const char* vtkXMLPUnstructuredGridWriter::GetClassName  )  [virtual]
 

Reimplemented from vtkXMLPUnstructuredDataWriter.

int vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.

virtual int vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.

vtkXMLPUnstructuredGridWriter* vtkXMLPUnstructuredGridWriter::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkXMLPUnstructuredDataWriter.

void vtkXMLPUnstructuredGridWriter::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 vtkXMLPUnstructuredDataWriter.

void vtkXMLPUnstructuredGridWriter::SetInput vtkUnstructuredGrid input  ) 
 

Get/Set the writer's input.

vtkUnstructuredGrid* vtkXMLPUnstructuredGridWriter::GetInput  ) 
 

Get/Set the writer's input.

const char* vtkXMLPUnstructuredGridWriter::GetDefaultFileExtension  )  [virtual]
 

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

Implements vtkXMLWriter.

const char* vtkXMLPUnstructuredGridWriter::GetDataSetName  )  [protected, virtual]
 

Implements vtkXMLWriter.

vtkXMLUnstructuredDataWriter* vtkXMLPUnstructuredGridWriter::CreateUnstructuredPieceWriter  )  [protected, virtual]
 

Implements vtkXMLPUnstructuredDataWriter.


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