VTK  9.3.0
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 
39 VTK_ABI_NAMESPACE_BEGIN
40 class vtkIdTypeArray;
41 class vtkGenericDataSet;
42 
43 class VTKFILTERSGENERIC_EXPORT vtkGenericProbeFilter : public vtkDataSetAlgorithm
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent) override;
49 
51 
58 
60 
64  vtkGetObjectMacro(ValidPoints, vtkIdTypeArray);
66 
67 protected:
70 
73 
75 
77 
78 private:
80  void operator=(const vtkGenericProbeFilter&) = delete;
81 };
82 
83 VTK_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.
vtkIdTypeArray * ValidPoints
void SetSourceData(vtkGenericDataSet *source)
Specify the point locations used to probe input.
~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.
vtkGenericDataSet * GetSource()
Specify the point locations used to probe input.
static vtkGenericProbeFilter * New()
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:29
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 *)