VTK  9.4.20250130
vtkGenericProbeFilter.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
33#ifndef vtkGenericProbeFilter_h
34#define vtkGenericProbeFilter_h
35
36#include "vtkDataSetAlgorithm.h"
37#include "vtkFiltersGenericModule.h" // For export macro
38
39VTK_ABI_NAMESPACE_BEGIN
40class vtkIdTypeArray;
42
43class VTKFILTERSGENERIC_EXPORT vtkGenericProbeFilter : public vtkDataSetAlgorithm
44{
45public:
48 void PrintSelf(ostream& os, vtkIndent indent) override;
49
51
58
60
64 vtkGetObjectMacro(ValidPoints, vtkIdTypeArray);
66
67protected:
70
73
75
77
78private:
80 void operator=(const vtkGenericProbeFilter&) = delete;
81};
82
83VTK_ABI_NAMESPACE_END
84#endif
Superclass for algorithms that produce output of the same type as input.
defines dataset interface
sample data values at specified point locations
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void SetSourceData(vtkGenericDataSet *source)
Specify the point locations used to probe input.
vtkGenericDataSet * GetSource()
Specify the point locations used to probe input.
static vtkGenericProbeFilter * New()
~vtkGenericProbeFilter() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)