VTK  9.2.6
vtkExtractSelectedLocations.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkExtractSelectedLocations.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
45#ifndef vtkExtractSelectedLocations_h
46#define vtkExtractSelectedLocations_h
47
48#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
50#include "vtkFiltersExtractionModule.h" // For export macro
51
52class vtkSelection;
54
55class VTK_DEPRECATED_IN_9_2_0("Use vtkExtractSelection instead of vtkExtractSelectedLocations.")
56 VTKFILTERSEXTRACTION_EXPORT vtkExtractSelectedLocations : public vtkExtractSelectionBase
57{
58public:
61 void PrintSelf(ostream& os, vtkIndent indent) override;
62
63protected:
66
67 // Usual data generation method
69
72
73private:
75 void operator=(const vtkExtractSelectedLocations&) = delete;
76};
77
78#endif
79
80// VTK-HeaderTest-Exclude: vtkExtractSelectedLocations.h
abstract class to specify dataset behavior
Definition vtkDataSet.h:63
extract cells within a dataset that contain the locations listen in the vtkSelection.
~vtkExtractSelectedLocations() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkExtractSelectedLocations * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ExtractPoints(vtkSelectionNode *sel, vtkDataSet *input, vtkDataSet *output)
int ExtractCells(vtkSelectionNode *sel, vtkDataSet *input, vtkDataSet *output)
abstract base class for all extract selection filters.
a simple class to control print indentation
Definition vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
a node in a vtkSelection the defines the selection criteria.
data object that represents a "selection" in VTK.
#define VTK_DEPRECATED_IN_9_2_0(reason)