VTK  9.2.6
vtkSMPContourGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMPContourGrid.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 =========================================================================*/
26 #ifndef vtkSMPContourGrid_h
27 #define vtkSMPContourGrid_h
28 
29 #include "vtkContourGrid.h"
30 #include "vtkFiltersSMPModule.h" // For export macro
31 
32 class VTKFILTERSSMP_EXPORT vtkSMPContourGrid : public vtkContourGrid
33 {
34 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
41  static vtkSMPContourGrid* New();
42 
44 
53  vtkSetMacro(MergePieces, bool);
54  vtkGetMacro(MergePieces, bool);
55  vtkBooleanMacro(MergePieces, bool);
57 
63 
64 protected:
66  ~vtkSMPContourGrid() override;
67 
68  virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
70 
72 
74 
75 private:
76  vtkSMPContourGrid(const vtkSMPContourGrid&) = delete;
77  void operator=(const vtkSMPContourGrid&) = delete;
78 };
79 
80 #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:69
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
a simple class to control print indentation
Definition: vtkIndent.h:39
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.