VTK
vtkPMaskPoints.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPMaskPoints.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
27#ifndef vtkPMaskPoints_h
28#define vtkPMaskPoints_h
29
30#include "vtkFiltersParallelModule.h" // For export macro
31#include "vtkMaskPoints.h"
32
34
35class VTKFILTERSPARALLEL_EXPORT vtkPMaskPoints : public vtkMaskPoints
36{
37public:
40 void PrintSelf(ostream& os, vtkIndent indent);
41
43
49
50protected:
53
54 virtual void InternalScatter(unsigned long*, unsigned long *, int, int);
55 virtual void InternalGather(unsigned long*, unsigned long*, int, int);
58 virtual void InternalBarrier();
59
61private:
62 vtkPMaskPoints(const vtkPMaskPoints&) VTK_DELETE_FUNCTION;
63 void operator=(const vtkPMaskPoints&) VTK_DELETE_FUNCTION;
64};
65
66#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
selectively filter points
Definition: vtkMaskPoints.h:44
Multiprocessing communication superclass.
parallel Mask Points
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int InternalGetLocalProcessId()
virtual int InternalGetNumberOfProcesses()
virtual void SetController(vtkMultiProcessController *)
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
virtual void InternalBarrier()
static vtkPMaskPoints * New()
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)
virtual vtkMultiProcessController * GetController()
Set the communicator object for interprocess communication.