ParaView
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
vtkWeightedRedistributePolyData Class Reference

do weighted balance of cells on processors More...

#include <vtkWeightedRedistributePolyData.h>

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Protected Types

enum  {
  NUM_LOC_CELLS_TAG = 70, SCHED_LEN_1_TAG = 300, SCHED_LEN_2_TAG = 301, SCHED_1_TAG = 310,
  SCHED_2_TAG = 311
}

Protected Member Functions

 vtkWeightedRedistributePolyData ()
 ~vtkWeightedRedistributePolyData ()
virtual void MakeSchedule (vtkPolyData *input, vtkCommSched *)

Protected Attributes

floatWeights

Detailed Description

do weighted balance of cells on processors

Definition at line 33 of file vtkWeightedRedistributePolyData.h.


Member Enumeration Documentation

anonymous enum [protected]
Enumerator:
NUM_LOC_CELLS_TAG 
SCHED_LEN_1_TAG 
SCHED_LEN_2_TAG 
SCHED_1_TAG 
SCHED_2_TAG 

Definition at line 50 of file vtkWeightedRedistributePolyData.h.


Constructor & Destructor Documentation

vtkWeightedRedistributePolyData::vtkWeightedRedistributePolyData ( ) [protected]
vtkWeightedRedistributePolyData::~vtkWeightedRedistributePolyData ( ) [protected]

Member Function Documentation

virtual const char* vtkWeightedRedistributePolyData::GetClassName ( ) [virtual]
static int vtkWeightedRedistributePolyData::IsTypeOf ( const char *  type) [static]
virtual int vtkWeightedRedistributePolyData::IsA ( const char *  type) [virtual]
static vtkWeightedRedistributePolyData* vtkWeightedRedistributePolyData::SafeDownCast ( vtkObject o) [static]
void vtkWeightedRedistributePolyData::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
static vtkWeightedRedistributePolyData* vtkWeightedRedistributePolyData::New ( ) [static]

Construct object.

Reimplemented from vtkRedistributePolyData.

Reimplemented in vtkBalancedRedistributePolyData, and vtkAllToNRedistributePolyData.

void vtkWeightedRedistributePolyData::SetWeights ( int  ,
int  ,
float   
)
virtual void vtkWeightedRedistributePolyData::MakeSchedule ( vtkPolyData input,
vtkCommSched  
) [protected, virtual]

Member Data Documentation

Definition at line 63 of file vtkWeightedRedistributePolyData.h.


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