VTK
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 "vtkFiltersSMPModule.h" // For export macro
30 #include "vtkContourGrid.h"
31 
32 class vtkPolyData;
33 
34 class VTKFILTERSSMP_EXPORT vtkSMPContourGridManyPieces : public vtkContourGrid
35 {
36 public:
38  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
39 
44 
45 protected:
47  ~vtkSMPContourGridManyPieces() VTK_OVERRIDE;
48 
49  int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
50 
51  int FillOutputPortInformation(int port, vtkInformation* info) VTK_OVERRIDE;
52 
53 private:
54  vtkSMPContourGridManyPieces(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION;
55  void operator=(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION;
56 };
57 
58 #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.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:79
a simple class to control print indentation
Definition: vtkIndent.h:33
Store zero or more vtkInformation instances.
a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same fun...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.