VTK  9.3.20240328
vtkProbePolyhedron.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
43 #ifndef vtkProbePolyhedron_h
44 #define vtkProbePolyhedron_h
45 
46 #include "vtkDataSetAlgorithm.h"
47 #include "vtkDataSetAttributes.h" // needed for vtkDataSetAttributes::FieldList
48 #include "vtkFiltersGeneralModule.h" // For export macro
49 
50 VTK_ABI_NAMESPACE_BEGIN
51 class vtkIdTypeArray;
52 class vtkCharArray;
53 class vtkMaskPoints;
54 
55 class VTKFILTERSGENERAL_EXPORT vtkProbePolyhedron : public vtkDataSetAlgorithm
56 {
57 public:
59 
64  void PrintSelf(ostream& os, vtkIndent indent) override;
66 
68 
75 
81 
83 
88  vtkSetMacro(ProbePointData, vtkTypeBool);
89  vtkGetMacro(ProbePointData, vtkTypeBool);
90  vtkBooleanMacro(ProbePointData, vtkTypeBool);
92 
94 
101  vtkSetMacro(ProbeCellData, vtkTypeBool);
102  vtkGetMacro(ProbeCellData, vtkTypeBool);
103  vtkBooleanMacro(ProbeCellData, vtkTypeBool);
105 
106 protected:
109 
112 
116 
117 private:
118  vtkProbePolyhedron(const vtkProbePolyhedron&) = delete;
119  void operator=(const vtkProbePolyhedron&) = delete;
120 };
121 
122 VTK_ABI_NAMESPACE_END
123 #endif
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
Definition: vtkCharArray.h:60
Superclass for algorithms that produce output of the same type as input.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
selectively filter points
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:180
probe/interpolate data values in the interior, exterior or of the surface of a closed,...
void SetSourceData(vtkPolyData *source)
Specify the point locations used to probe input.
vtkPolyData * GetSource()
Specify the point locations used to probe input.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
~vtkProbePolyhedron() override
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiable (i.e., concrete) class.
void SetSourceConnection(vtkAlgorithmOutput *algOutput)
Specify the point locations used to probe input.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
int vtkTypeBool
Definition: vtkABI.h:64
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)