VTK
vtkPResampleWithDataSet.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPResampleWithDataSet.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 =========================================================================*/
28 #ifndef vtkPResampleWithDataSet_h
29 #define vtkPResampleWithDataSet_h
30 
31 #include "vtkFiltersParallelDIY2Module.h" // For export macro
32 #include "vtkResampleWithDataSet.h"
33 
34 
36 
37 class VTKFILTERSPARALLELDIY2_EXPORT vtkPResampleWithDataSet : public vtkResampleWithDataSet
38 {
39 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
43  static vtkPResampleWithDataSet *New();
44 
46 
50  virtual void SetController(vtkMultiProcessController*);
51  vtkGetObjectMacro(Controller, vtkMultiProcessController);
53 
55 
68  vtkSetMacro(UseBalancedPartitionForPointsLookup, bool);
69  vtkGetMacro(UseBalancedPartitionForPointsLookup, bool);
70  vtkBooleanMacro(UseBalancedPartitionForPointsLookup, bool);
72 
73 protected:
76 
79 
82 
83 private:
84  vtkPResampleWithDataSet(const vtkPResampleWithDataSet&) VTK_DELETE_FUNCTION;
85  void operator=(const vtkPResampleWithDataSet&) VTK_DELETE_FUNCTION;
86 };
87 
88 #endif // vtkPResampleWithDataSet_h
vtkResampleWithDataSet::New
static vtkResampleWithDataSet * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPResampleWithDataSet::UseBalancedPartitionForPointsLookup
bool UseBalancedPartitionForPointsLookup
Definition: vtkPResampleWithDataSet.h:81
vtkPResampleWithDataSet::Controller
vtkMultiProcessController * Controller
Definition: vtkPResampleWithDataSet.h:80
vtkResampleWithDataSet::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:82
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkResampleWithDataSet::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkResampleWithDataSet
Definition: vtkResampleWithDataSet.h:41
vtkPResampleWithDataSet
Definition: vtkPResampleWithDataSet.h:37
vtkResampleWithDataSet.h