VTK
|
#include <vtkParallelAMRUtilities.h>
Public Types | |
typedef vtkAMRUtilities | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkParallelAMRUtilities * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkParallelAMRUtilities * | SafeDownCast (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 vtkObjectBase * | NewInstanceInternal () const |
A concrete instance of vtkObject that employs a singleton design pattern and implements functionality for AMR specific operations.
Definition at line 36 of file vtkParallelAMRUtilities.h.
Reimplemented from vtkAMRUtilities.
Definition at line 40 of file vtkParallelAMRUtilities.h.
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.
static vtkParallelAMRUtilities* vtkParallelAMRUtilities::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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