54 #ifndef __vtkProbePolyhedron_h
55 #define __vtkProbePolyhedron_h
57 #include "vtkFiltersGeneralModule.h"
59 #include "vtkDataSetAttributes.h"
72 void PrintSelf(ostream& os, vtkIndent indent);
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 *);
116 vtkInformationVector *);
118 vtkInformationVector *);
probe/interpolate data values in the interior, exterior or of the surface of a closed, manifold polyhedron
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
selectively filter points
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()