QuotientClustering.cpp
QuotientClustering.cpp
Section: Tulip Plugins Library (3) Updated: 19 Jul 2010 Local index
Up
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'
#include <tulip/TulipPlugin.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.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Namespaces
-
- Defines
-
- Functions
-
- 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
-
This document was created by
man2html,
using the manual pages.
Time: 22:26:50 GMT, April 16, 2011