26 #ifndef vtkGraphWeightEuclideanDistanceFilter_h
27 #define vtkGraphWeightEuclideanDistanceFilter_h
Base class for filters that weight graph edges.
static vtkGraphAlgorithm * New()
virtual bool CheckRequirements(vtkGraph *const graph) const
vtkGraphWeightEuclideanDistanceFilter()
Weights the edges of a graph based on the Euclidean distance between the points.
virtual float ComputeWeight(vtkGraph *const graph, const vtkEdgeType &edge) const =0
Base class for graph data types.
a simple class to control print indentation
#define VTKFILTERSGENERAL_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
~vtkGraphWeightEuclideanDistanceFilter()