VTK  9.3.1
vtkSMPContourGrid.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkSMPContourGrid_h
15 #define vtkSMPContourGrid_h
16 
17 #include "vtkContourGrid.h"
18 #include "vtkFiltersSMPModule.h" // For export macro
19 
20 VTK_ABI_NAMESPACE_BEGIN
21 class VTKFILTERSSMP_EXPORT vtkSMPContourGrid : public vtkContourGrid
22 {
23 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
30  static vtkSMPContourGrid* New();
31 
33 
42  vtkSetMacro(MergePieces, bool);
43  vtkGetMacro(MergePieces, bool);
44  vtkBooleanMacro(MergePieces, bool);
46 
52 
53 protected:
55  ~vtkSMPContourGrid() override;
56 
57  virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
59 
61 
63 
64 private:
65  vtkSMPContourGrid(const vtkSMPContourGrid&) = delete;
66  void operator=(const vtkSMPContourGrid&) = delete;
67 };
68 
69 VTK_ABI_NAMESPACE_END
70 #endif
static vtkContourGrid * New()
Construct object with initial range (0,1) and single contour value of 0.0.
generate isosurfaces/isolines from scalar values (specialized for unstructured grids) ...
Store vtkAlgorithm input/output information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int vtkTypeBool
Definition: vtkABI.h:64
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionality...
a simple class to control print indentation
Definition: vtkIndent.h:28
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.