VTK  9.3.20240420
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
50VTK_ABI_NAMESPACE_BEGIN
51class vtkIdTypeArray;
52class vtkCharArray;
53class vtkMaskPoints;
54
55class VTKFILTERSGENERAL_EXPORT vtkProbePolyhedron : public vtkDataSetAlgorithm
56{
57public:
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
106protected:
109
112
116
117private:
118 vtkProbePolyhedron(const vtkProbePolyhedron&) = delete;
119 void operator=(const vtkProbePolyhedron&) = delete;
120};
121
122VTK_ABI_NAMESPACE_END
123#endif
Proxy object to connect input/output ports.
dynamic, self-adjusting array of char
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
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.
static vtkProbePolyhedron * New()
Standard methods for instantiable (i.e., concrete) class.
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.
vtkPolyData * GetSource()
Specify the point locations used to probe input.
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.
int vtkTypeBool
Definition vtkABI.h:64
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)