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 
vtkExtractSelectionBase.h
vtkProbeSelectedLocations::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkProbeSelectedLocations::New
static vtkProbeSelectedLocations * New()
vtkFiltersExtractionModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkProbeSelectedLocations::~vtkProbeSelectedLocations
~vtkProbeSelectedLocations()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkExtractSelectionBase
abstract base class for all extract selection filters.
Definition: vtkExtractSelectionBase.h:30
VTKFILTERSEXTRACTION_EXPORT
#define VTKFILTERSEXTRACTION_EXPORT
Definition: vtkFiltersExtractionModule.h:15
vtkProbeSelectedLocations::RequestDataObject
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkProbeSelectedLocations::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkProbeSelectedLocations
similar to vtkExtractSelectedLocations except that it interpolates the point attributes at the probe ...
Definition: vtkProbeSelectedLocations.h:34
vtkProbeSelectedLocations::vtkProbeSelectedLocations
vtkProbeSelectedLocations()