VTK  9.0.1
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 =========================================================================*/
23 #ifndef vtkSMPContourGrid_h
24 #define vtkSMPContourGrid_h
25 
26 #include "vtkContourGrid.h"
27 #include "vtkFiltersSMPModule.h" // For export macro
28 
29 class VTKFILTERSSMP_EXPORT vtkSMPContourGrid : public vtkContourGrid
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
38  static vtkSMPContourGrid* New();
39 
41 
50  vtkSetMacro(MergePieces, bool);
51  vtkGetMacro(MergePieces, bool);
52  vtkBooleanMacro(MergePieces, bool);
54 
60 
61 protected:
63  ~vtkSMPContourGrid() override;
64 
65  virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
67 
69 
71 
72 private:
73  vtkSMPContourGrid(const vtkSMPContourGrid&) = delete;
74  void operator=(const vtkSMPContourGrid&) = delete;
75 };
76 
77 #endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkPolyDataAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkContourGrid::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSMPContourGrid
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
Definition: vtkSMPContourGrid.h:29
vtkX3D::port
@ port
Definition: vtkX3D.h:453
vtkPolyDataAlgorithm::ProcessRequest
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkContourGrid::New
static vtkContourGrid * New()
Construct object with initial range (0,1) and single contour value of 0.0.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkContourGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkContourGrid
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
Definition: vtkContourGrid.h:65
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:73
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkSMPContourGrid::MergePieces
bool MergePieces
Definition: vtkSMPContourGrid.h:70
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69
vtkContourGrid.h