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
35class vtkPolyData;
36
37class VTKFILTERSSMP_EXPORT vtkSMPContourGridManyPieces : public vtkContourGrid
38{
39public:
41 void PrintSelf(ostream& os, vtkIndent indent);
42
47
48protected:
51
53
55
56private:
58 void operator=(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION;
59};
60
61#endif
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:86
a subclass of vtkContourGrid that works in parallel vtkSMPContourGridManyPieces performs the same fun...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
static vtkSMPContourGridManyPieces * New()
Constructor.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447