54 #ifndef __vtkProbePolyhedron_h
55 #define __vtkProbePolyhedron_h
57 #include "vtkFiltersGeneralModule.h"
58 #include "vtkDataSetAlgorithm.h"
59 #include "vtkDataSetAttributes.h"
72 void PrintSelf(ostream& os, vtkIndent indent);
78 void SetSourceData(vtkPolyData *
source);
79 vtkPolyData *GetSource();
84 void SetSourceConnection(vtkAlgorithmOutput* algOutput);
90 vtkSetMacro(ProbePointData,
int);
91 vtkGetMacro(ProbePointData,
int);
92 vtkBooleanMacro(ProbePointData,
int);
101 vtkSetMacro(ProbeCellData,
int);
102 vtkGetMacro(ProbeCellData,
int);
103 vtkBooleanMacro(ProbeCellData,
int);
113 virtual int RequestData(vtkInformation *, vtkInformationVector **,
114 vtkInformationVector *);
115 virtual int RequestInformation(vtkInformation *, vtkInformationVector **,
116 vtkInformationVector *);
117 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
118 vtkInformationVector *);
probe/interpolate data values in the interior, exterior or of the surface of a closed, manifold polyhedron
selectively filter points
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)