VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkParallelAMRUtilities Class Reference

#include <vtkParallelAMRUtilities.h>

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

List of all members.

Public Types

typedef vtkAMRUtilities Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkParallelAMRUtilitiesNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkParallelAMRUtilitiesSafeDownCast (vtkObjectBase *o)
static void DistributeProcessInformation (vtkOverlappingAMR *amr, vtkMultiProcessController *myController, std::vector< int > &ProcessMap)
static void BlankCells (vtkOverlappingAMR *amr, vtkMultiProcessController *myController)
static void StripGhostLayers (vtkOverlappingAMR *ghostedAMRData, vtkOverlappingAMR *strippedAMRData, vtkMultiProcessController *myController)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

A concrete instance of vtkObject that employs a singleton design pattern and implements functionality for AMR specific operations.

See also:
vtkOverlappingAMR, vtkAMRBox

Definition at line 36 of file vtkParallelAMRUtilities.h.


Member Typedef Documentation

Reimplemented from vtkAMRUtilities.

Definition at line 40 of file vtkParallelAMRUtilities.h.


Member Function Documentation

static int vtkParallelAMRUtilities::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 vtkAMRUtilities.

virtual int vtkParallelAMRUtilities::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 vtkAMRUtilities.

Reimplemented from vtkAMRUtilities.

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

Reimplemented from vtkAMRUtilities.

Reimplemented from vtkAMRUtilities.

void vtkParallelAMRUtilities::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 vtkAMRUtilities.

static void vtkParallelAMRUtilities::StripGhostLayers ( vtkOverlappingAMR ghostedAMRData,
vtkOverlappingAMR strippedAMRData,
vtkMultiProcessController myController 
) [static]

This method detects and strips partially overlapping cells from a given AMR dataset. If ghost layers are detected, they are removed and new grid instances are created to represent the stripped data-set otherwise, each block is shallow-copied. .SECTION Assumptions 1) The ghosted AMR data must have complete metadata information.

static void vtkParallelAMRUtilities::DistributeProcessInformation ( vtkOverlappingAMR amr,
vtkMultiProcessController myController,
std::vector< int > &  ProcessMap 
) [static]

Compute map from block indices to process ids

static void vtkParallelAMRUtilities::BlankCells ( vtkOverlappingAMR amr,
vtkMultiProcessController myController 
) [static]

Blank cells in overlapping AMR


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