44 #ifndef __vtkGenericProbeFilter_h
45 #define __vtkGenericProbeFilter_h
47 #include "vtkFiltersGenericModule.h"
48 #include "vtkDataSetAlgorithm.h"
51 class vtkGenericDataSet;
58 void PrintSelf(ostream& os, vtkIndent indent);
63 void SetSourceData(vtkGenericDataSet *
source);
64 vtkGenericDataSet *GetSource();
70 vtkGetObjectMacro(ValidPoints, vtkIdTypeArray);
77 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
78 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
80 int FillInputPortInformation(
int, vtkInformation*);
sample data values at specified point locations
vtkIdTypeArray * ValidPoints
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)