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 =========================================================================*/
29 #ifndef vtkSMPContourGridManyPieces_h
30 #define vtkSMPContourGridManyPieces_h
31 
32 #include "vtkFiltersSMPModule.h" // For export macro
33 #include "vtkContourGrid.h"
34 
35 class vtkPolyData;
36 
37 class VTKFILTERSSMP_EXPORT vtkSMPContourGridManyPieces : public vtkContourGrid
38 {
39 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
47 
48 protected:
51 
53 
55 
56 private:
57  vtkSMPContourGridManyPieces(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION;
58  void operator=(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION;
59 };
60 
61 #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.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85
a simple class to control print indentation
Definition: vtkIndent.h:39
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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.