Go to the documentation of this file.
10 #ifndef vtkRedistributePolyData_h
11 #define vtkRedistributePolyData_h
13 #include "vtkPVVTKExtensionsFiltersRenderingModule.h"
37 vtkGetMacro(ColorProc,
int);
38 vtkSetMacro(ColorProc,
int);
48 vtkBooleanMacro(PassThrough,
int);
58 POINT_COORDS_TAG = 20,
68 NUM_CURR_CELLS_TAG = 140,
72 POINTS_SIZE_TAG = 170,
117 void CopyCellBlockDataArrays(
122 void CopyBlockArrays(
128 void SendCellBlockDataArrays(
virtual int GetPassThrough()
These are here for ParaView compatibility.
vtkMultiProcessController * Controller
vtkIdType * NumberOfCells
redistribute poly cells from other processes (special version to color according to processor)
virtual void SetSocketController(vtkSocketController *)
These are here for ParaView compatibility.
vtkIdType ** ReceiveNumber
virtual void SetPassThrough(int)
These are here for ParaView compatibility.
vtkIdType ** KeepCellList
vtkIdType *** SendCellList
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE