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 =========================================================================*/
25 #ifndef vtkSMPContourGrid_h
26 #define vtkSMPContourGrid_h
27 
28 #include "vtkFiltersSMPModule.h" // For export macro
29 #include "vtkContourGrid.h"
30 
32 {
33 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
39 
41 
48  vtkSetMacro(MergePieces, bool);
49  vtkGetMacro(MergePieces, bool);
50  vtkBooleanMacro(MergePieces, bool);
52 
54 
59 
60 protected:
63 
66 
68 
70 
71 private:
72  vtkSMPContourGrid(const vtkSMPContourGrid&); // Not implemented.
73  void operator=(const vtkSMPContourGrid&); // Not implemented.
74 };
75 
76 #endif
vtkSMPContourGrid::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKFILTERSSMP_EXPORT
#define VTKFILTERSSMP_EXPORT
Definition: vtkFiltersSMPModule.h:15
vtkSMPContourGrid::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSMPContourGrid
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
Definition: vtkSMPContourGrid.h:32
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSMPContourGrid::~vtkSMPContourGrid
~vtkSMPContourGrid()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkSMPContourGrid::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkContourGrid
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
Definition: vtkContourGrid.h:64
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkSMPContourGrid::vtkSMPContourGrid
vtkSMPContourGrid()
vtkSMPContourGrid::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSMPContourGrid::MergePieces
bool MergePieces
Definition: vtkSMPContourGrid.h:69
vtkFiltersSMPModule.h
vtkSMPContourGrid::ProcessRequest
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkContourGrid.h
vtkSMPContourGrid::New
static vtkSMPContourGrid * New()