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
VTKFILTERSSMP_EXPORT
#define VTKFILTERSSMP_EXPORT
Definition: vtkFiltersSMPModule.h:15
vtkSMPContourGridManyPieces
a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same fun...
Definition: vtkSMPContourGridManyPieces.h:37
vtkSMPContourGridManyPieces::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSMPContourGridManyPieces::~vtkSMPContourGridManyPieces
~vtkSMPContourGridManyPieces()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSMPContourGridManyPieces::New
static vtkSMPContourGridManyPieces * New()
vtkContourGrid
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
Definition: vtkContourGrid.h:64
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkSMPContourGridManyPieces::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSMPContourGridManyPieces::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkSMPContourGridManyPieces::vtkSMPContourGridManyPieces
vtkSMPContourGridManyPieces()
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkFiltersSMPModule.h
vtkContourGrid.h