VTK
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 =========================================================================*/
28 #ifndef vtkExtractSelectedLocations_h
29 #define vtkExtractSelectedLocations_h
30 
31 #include "vtkFiltersExtractionModule.h" // For export macro
33 
34 class vtkSelection;
35 class vtkSelectionNode;
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
44 protected:
47 
48  // Usual data generation method
52 
53  int ExtractCells(vtkSelectionNode *sel, vtkDataSet *input,
54  vtkDataSet *output);
55  int ExtractPoints(vtkSelectionNode *sel, vtkDataSet *input,
56  vtkDataSet *output);
57 
58 private:
59  vtkExtractSelectedLocations(const vtkExtractSelectedLocations&); // Not implemented.
60  void operator=(const vtkExtractSelectedLocations&); // Not implemented.
61 };
62 
63 #endif
A node in a selection tree. Used to store selection results.
Store vtkAlgorithm input/output information.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:61
static vtkDataObjectAlgorithm * New()
abstract base class for all extract selection filters.
extract cells within a dataset that contain the locations listen in the vtkSelection.
A node in a selection tree. Used to store selection results.
Definition: vtkSelection.h:44
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKFILTERSEXTRACTION_EXPORT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.