VTK
vtkProbePolyhedron.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkProbePolyhedron.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 =========================================================================*/
54 #ifndef vtkProbePolyhedron_h
55 #define vtkProbePolyhedron_h
56 
57 #include "vtkFiltersGeneralModule.h" // For export macro
58 #include "vtkDataSetAlgorithm.h"
59 #include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
60 
61 class vtkIdTypeArray;
62 class vtkCharArray;
63 class vtkMaskPoints;
64 
66 {
67 public:
69 
72  void PrintSelf(ostream& os, vtkIndent indent);
74 
76 
81 
85 
87 
90  vtkSetMacro(ProbePointData, int);
91  vtkGetMacro(ProbePointData, int);
92  vtkBooleanMacro(ProbePointData, int);
94 
96 
101  vtkSetMacro(ProbeCellData, int);
102  vtkGetMacro(ProbeCellData, int);
103  vtkBooleanMacro(ProbeCellData, int);
105 
106 protected:
109 
112 
119 
120 private:
121  vtkProbePolyhedron(const vtkProbePolyhedron&); // Not implemented.
122  void operator=(const vtkProbePolyhedron&); // Not implemented.
123 
124 };
125 
126 #endif
vtkProbePolyhedron::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkProbePolyhedron::SetSourceConnection
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
vtkProbePolyhedron::ProbeCellData
int ProbeCellData
Definition: vtkProbePolyhedron.h:111
vtkProbePolyhedron::ProbePointData
int ProbePointData
Definition: vtkProbePolyhedron.h:110
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkProbePolyhedron
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
Definition: vtkProbePolyhedron.h:66
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkProbePolyhedron::New
static vtkProbePolyhedron * New()
source
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Definition: vtkBoostGraphAdapter.h:821
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkCharArray
dynamic, self-adjusting array of char
Definition: vtkCharArray.h:46
vtkProbePolyhedron::SetSourceData
void SetSourceData(vtkPolyData *source)
vtkFiltersGeneralModule.h
vtkProbePolyhedron::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkMaskPoints
selectively filter points
Definition: vtkMaskPoints.h:43
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkProbePolyhedron::vtkProbePolyhedron
vtkProbePolyhedron()
vtkProbePolyhedron::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSetAlgorithm.h
vtkProbePolyhedron::GetSource
vtkPolyData * GetSource()
vtkIdTypeArray
dynamic, self-adjusting array of vtkIdType
Definition: vtkIdTypeArray.h:49
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:39
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkProbePolyhedron::~vtkProbePolyhedron
~vtkProbePolyhedron()
vtkProbePolyhedron::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDataSetAttributes.h