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