VTK
vtkGenericProbeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGenericProbeFilter.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 =========================================================================*/
44 #ifndef vtkGenericProbeFilter_h
45 #define vtkGenericProbeFilter_h
46 
47 #include "vtkFiltersGenericModule.h" // For export macro
48 #include "vtkDataSetAlgorithm.h"
49 
50 class vtkIdTypeArray;
51 class vtkGenericDataSet;
52 
54 {
55 public:
56  static vtkGenericProbeFilter *New();
58  void PrintSelf(ostream& os, vtkIndent indent);
59 
61 
63  void SetSourceData(vtkGenericDataSet *source);
64  vtkGenericDataSet *GetSource();
66 
68 
70  vtkGetObjectMacro(ValidPoints, vtkIdTypeArray);
72 
73 protected:
76 
79 
81 
83 
84 private:
85  vtkGenericProbeFilter(const vtkGenericProbeFilter&); // Not implemented.
86  void operator=(const vtkGenericProbeFilter&); // Not implemented.
87 };
88 
89 #endif
sample data values at specified point locations
vtkIdTypeArray * ValidPoints
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
#define VTKFILTERSGENERIC_EXPORT
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
defines dataset interface
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()