GraphMeasure.h File Reference
#include "Node.h"
#include "MutableContainer.h"
#include "PluginProgress.h"
#include "DoubleProperty.h"
Include dependency graph for GraphMeasure.h:
This graph shows which files directly or indirectly include this file:
Namespaces
Functions
- TLP_SCOPE bool averagePathLength (Graph *, double &, PluginProgress *=0)
- TLP_SCOPE bool averageCluster (Graph *, double &, PluginProgress *=0)
- TLP_SCOPE bool computeClusterMetric (Graph *graph, DoubleProperty *prop, unsigned int depth, PluginProgress *=0)
- TLP_SCOPE bool computeDagLevelMetric (Graph *graph, DoubleProperty *prop, PluginProgress *=0)
- TLP_SCOPE unsigned int maxDegree (Graph *)
- TLP_SCOPE unsigned int minDegree (Graph *)
- TLP_SCOPE unsigned int maxDistance (Graph *graph, node n, MutableContainer< unsigned int > &distance, int direction=2)
Function Documentation
TLP_SCOPE bool tlp::averageCluster |
( |
Graph * |
, |
|
|
double & |
, |
|
|
PluginProgress * |
= 0 |
|
) |
|
|
TLP_SCOPE bool tlp::averagePathLength |
( |
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::maxDistance |
( |
Graph * |
graph, |
|
|
node |
n, |
|
|
MutableContainer< unsigned int > & |
distance, |
|
|
int |
direction = 2 |
|
) |
|
|
TLP_SCOPE unsigned int tlp::minDegree |
( |
Graph * |
|
) |
|
|
|