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 
35 class VTKFILTERSPARALLEL_EXPORT vtkPMaskPoints : public vtkMaskPoints
36 {
37 public:
38  static vtkPMaskPoints *New();
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
49 
50 protected:
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 
61 private:
62  vtkPMaskPoints(const vtkPMaskPoints&) VTK_DELETE_FUNCTION;
63  void operator=(const vtkPMaskPoints&) VTK_DELETE_FUNCTION;
64 };
65 
66 #endif
vtkPMaskPoints::InternalBarrier
virtual void InternalBarrier()
vtkPMaskPoints::GetController
virtual vtkMultiProcessController * GetController()
Set the communicator object for interprocess communication.
vtkPMaskPoints::InternalGetNumberOfProcesses
virtual int InternalGetNumberOfProcesses()
vtkPMaskPoints
parallel Mask Points
Definition: vtkPMaskPoints.h:36
vtkMaskPoints.h
vtkPMaskPoints::~vtkPMaskPoints
~vtkPMaskPoints()
vtkPMaskPoints::InternalGather
virtual void InternalGather(unsigned long *, unsigned long *, int, int)
vtkPMaskPoints::InternalGetLocalProcessId
virtual int InternalGetLocalProcessId()
vtkPMaskPoints::SetController
virtual void SetController(vtkMultiProcessController *)
vtkPMaskPoints::vtkPMaskPoints
vtkPMaskPoints()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:83
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPMaskPoints::Controller
vtkMultiProcessController * Controller
Definition: vtkPMaskPoints.h:60
vtkPMaskPoints::InternalScatter
virtual void InternalScatter(unsigned long *, unsigned long *, int, int)
vtkMaskPoints
selectively filter points
Definition: vtkMaskPoints.h:44
vtkPMaskPoints::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPMaskPoints::New
static vtkPMaskPoints * New()