VTK  9.0.3
vtkSMPContourGridManyPieces.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMPContourGridManyPiece.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 vtkSMPContourGridManyPieces_h
27 #define vtkSMPContourGridManyPieces_h
28 
29 #include "vtkContourGrid.h"
30 #include "vtkFiltersSMPModule.h" // For export macro
31 
32 class vtkPolyData;
33 
34 #if !defined(VTK_LEGACY_REMOVE)
35 class VTKFILTERSSMP_EXPORT vtkSMPContourGridManyPieces : public vtkContourGrid
36 {
37 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
45 
46 protected:
49 
51 
53 
54 private:
56  void operator=(const vtkSMPContourGridManyPieces&) = delete;
57 };
58 #endif // VTK_LEGACY_REMOVE
59 #endif
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85
a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same fun...
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSMPContourGridManyPieces * New()
Constructor.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkSMPContourGridManyPieces() override
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453