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 =========================================================================*/
28 #ifndef vtkSMPContourGridManyPieces_h
29 #define vtkSMPContourGridManyPieces_h
30 
31 #include "vtkFiltersSMPModule.h" // For export macro
32 #include "vtkContourGrid.h"
33 
34 class vtkPolyData;
35 
37 {
38 public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
44 
45 protected:
48 
50 
52 
53 private:
54  vtkSMPContourGridManyPieces(const vtkSMPContourGridManyPieces&); // Not implemented.
55  void operator=(const vtkSMPContourGridManyPieces&); // Not implemented.
56 };
57 
58 #endif
static vtkContourGrid * New()
generate isosurfaces/isolines from scalar values (specialized for unstructured grids) ...
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.
#define VTKFILTERSSMP_EXPORT
a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same fun...