GraphMeasure.h File Reference
#include "Node.h"
#include "MutableContainer.h"
#include "PluginProgress.h"
#include "DoubleProperty.h"
Namespaces
Functions
- TLP_SCOPE bool tlp::averagePathLength (Graph *, double &, PluginProgress *=0)
- TLP_SCOPE bool tlp::averageCluster (Graph *, double &, PluginProgress *=0)
- TLP_SCOPE bool tlp::computeClusterMetric (Graph *graph, DoubleProperty *prop, unsigned int depth, PluginProgress *=0)
- TLP_SCOPE bool tlp::computeDagLevelMetric (Graph *graph, DoubleProperty *prop, PluginProgress *=0)
- TLP_SCOPE unsigned int tlp::maxDegree (Graph *)
- TLP_SCOPE unsigned int tlp::minDegree (Graph *)
- TLP_SCOPE unsigned int tlp::maxDistance (Graph *graph, node n, MutableContainer< unsigned int > &distance, int direction=2)
|