quotientclustering.cpp(3)
NAME
QuotientClustering.cpp
SYNOPSIS
#include <set> #include <stdio.h> #include <math.h> #include <sstream> #include <tulip/Graph.h> #include <tulip/GraphProperty.h> #include <tulip/DrawingTools.h> #include <tulip/ExtendedClusterOperation.h> #include 'QuotientClustering.h' Classes struct MetaEdge struct std::less< MetaEdge > Namespaces namespace std Defines #define AGGREGATION_FUNCTIONS 'none;average;sum;max;min' #define NO_FN 0 #define AVG_FN 1 #define SUM_FN 2 #define MAX_FN 3 #define MIN_FN 4 Functions ALGORITHMPLUGIN (QuotientClustering,'Quotient Clustering','David Auber','13/06/2001','Alpha','1.2') static void computeMNodeMetric (Graph *mGraph, node mN, DoubleProperty *metric, unsigned int nodeFn) static void computeMEdgeMetric (Graph *graph, edge mE, const set< edge > *edges, DoubleProperty *metric, unsigned int edgeFn, IntegerProperty *cardProp)
Define Documentation
#define AGGREGATION_FUNCTIONS 'none;average;sum;max;min'
#define AVG_FN 1
#define MAX_FN 3
#define MIN_FN 4
#define NO_FN 0
#define SUM_FN 2
Function Documentation
- ALGORITHMPLUGIN (QuotientClustering, 'Quotient Clustering', 'David Auber',
- '13/06/2001', 'Alpha', '1.2')
- static void computeMEdgeMetric (Graph * graph, edge mE, const set< edge > *
- edges, DoubleProperty * metric, unsigned int edgeFn, IntegerProperty * cardProp) [static]
- static void computeMNodeMetric (Graph * mGraph, node mN, DoubleProperty *
- metric, unsigned int nodeFn) [static]
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.