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

parallel writer for vtkUniformGridAMR and subclasses. More...

#include <vtkXMLPUniformGridAMRWriter.h>

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

List of all members.

Public Types

typedef vtkXMLUniformGridAMRWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLPUniformGridAMRWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetWriteMetaFile (int flag)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLPUniformGridAMRWriter ()
 ~vtkXMLPUniformGridAMRWriter ()
virtual void FillDataTypes (vtkCompositeDataSet *)

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

parallel writer for vtkUniformGridAMR and subclasses.

vtkXMLPCompositeDataWriter writes (in parallel or serially) vtkUniformGridAMR and subclasses. When running in parallel all processes are expected to have the same meta-data (i.e. amr-boxes, structure, etc.) however they may now have the missing data-blocks. This class extends vtkXMLUniformGridAMRWriter to communicate information about data blocks to the root node so that the root node can write the XML file describing the structure correctly.

Definition at line 36 of file vtkXMLPUniformGridAMRWriter.h.


Member Typedef Documentation

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

Definition at line 40 of file vtkXMLPUniformGridAMRWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

static int vtkXMLPUniformGridAMRWriter::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 vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

virtual int vtkXMLPUniformGridAMRWriter::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 vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

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

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

void vtkXMLPUniformGridAMRWriter::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 vtkXMLUniformGridAMRWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.

Controller used to communicate data type of blocks. By default, the global controller is used. If you want another controller to be used, set it with this. If no controller is set, only the local blocks will be written to the meta-file.

virtual void vtkXMLPUniformGridAMRWriter::SetWriteMetaFile ( int  flag) [virtual]

Set whether this instance will write the meta-file. WriteMetaFile is set to flag only on process 0 and all other processes have WriteMetaFile set to 0 by default.

Reimplemented from vtkXMLCompositeDataWriter.

virtual void vtkXMLPUniformGridAMRWriter::FillDataTypes ( vtkCompositeDataSet ) [protected, virtual]

Overridden to reduce information about data-types across all processes.

Reimplemented from vtkXMLCompositeDataWriter.


Member Data Documentation

Definition at line 66 of file vtkXMLPUniformGridAMRWriter.h.


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