VTK
vtkProbeSelectedLocations.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkProbeSelectedLocations.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 =========================================================================*/
27 #ifndef vtkProbeSelectedLocations_h
28 #define vtkProbeSelectedLocations_h
29 
30 #include "vtkFiltersExtractionModule.h" // For export macro
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40 //BTX
41 protected:
44 
46 
47  virtual int RequestDataObject(vtkInformation* request,
48  vtkInformationVector** inputVector,
49  vtkInformationVector* outputVector);
51 
54 
55 private:
56  vtkProbeSelectedLocations(const vtkProbeSelectedLocations&); // Not implemented.
57  void operator=(const vtkProbeSelectedLocations&); // Not implemented.
58 //ETX
59 };
60 
61 #endif
62 
63 
similar to vtkExtractSelectedLocations except that it interpolates the point attributes at the probe ...
Store vtkAlgorithm input/output information.
static vtkDataObjectAlgorithm * New()
abstract base class for all extract selection filters.
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 *)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.