VTK  9.3.20240418
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 
22 VTK_ABI_NAMESPACE_BEGIN
23 class VTKFILTERSEXTRACTION_EXPORT vtkProbeSelectedLocations : public vtkExtractSelectionBase
24 {
25 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
29 
30 protected:
33 
38  vtkInformationVector* outputVector) override;
39 
41 
42 private:
44  void operator=(const vtkProbeSelectedLocations&) = delete;
45 };
46 
47 VTK_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