24 #ifndef vtkPMaskPoints_h 25 #define vtkPMaskPoints_h 27 #include "vtkFiltersParallelModule.h" 51 void InternalScatter(
unsigned long*,
unsigned long *,
int,
int) VTK_OVERRIDE;
52 void InternalGather(
unsigned long*,
unsigned long*,
int,
int) VTK_OVERRIDE;
53 int InternalGetNumberOfProcesses() VTK_OVERRIDE;
54 int InternalGetLocalProcessId() VTK_OVERRIDE;
55 void InternalBarrier() VTK_OVERRIDE;
a simple class to control print indentation
selectively filter points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkMaskPoints * New()
Multiprocessing communication superclass.