VTK
vtkSMPContourGrid.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMPContourGrid.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 vtkSMPContourGrid_h
27 #define vtkSMPContourGrid_h
28 
29 #include "vtkFiltersSMPModule.h" // For export macro
30 #include "vtkContourGrid.h"
31 
32 class VTKFILTERSSMP_EXPORT vtkSMPContourGrid : public vtkContourGrid
33 {
34 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
42 
44 
53  vtkSetMacro(MergePieces, bool);
54  vtkGetMacro(MergePieces, bool);
55  vtkBooleanMacro(MergePieces, bool);
57 
64 
65 protected:
68 
71 
73 
75 
76 private:
77  vtkSMPContourGrid(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION;
78  void operator=(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION;
79 };
80 
81 #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.
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Please see vtkAlgorithm for details.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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 vtkSMPContourGrid * New()
Constructor.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.