Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250420
vtkProbeSelectedLocations.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
16#ifndef vtkProbeSelectedLocations_h
17#define vtkProbeSelectedLocations_h
18
20#include "vtkFiltersExtractionModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
23class VTKFILTERSEXTRACTION_EXPORT vtkProbeSelectedLocations : public vtkExtractSelectionBase
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
30protected:
33
38 vtkInformationVector* outputVector) override;
39
41
42private:
44 void operator=(const vtkProbeSelectedLocations&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#endif
abstract base class for all extract selection filters.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
similar to vtkExtractSelection except that it interpolates the point attributes at the probe location...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkProbeSelectedLocations * New()
~vtkProbeSelectedLocations() override
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Sets up empty output dataset.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override