#include <stdio.h>
#include <math.h>
#include <sstream>
#include <tulip/Graph.h>
#include <tulip/hash_string.h>
#include <tulip/BooleanProperty.h>
#include <tulip/StableIterator.h>
#include "EqualValueClustering.h"
Include dependency graph for EqualValueClustering.cpp:
Namespaces | |
namespace | stdext |
Classes | |
struct | stdext::hash< double > |
Functions | |
ALGORITHMPLUGIN (EqualValueClustering,"Equal Value","David Auber","13/06/2001","Alpha","0","1") | |
Variables | |
const char * | paramHelp [] |
|
|
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF( "type", "PropertyInterface*" ) HTML_HELP_BODY() "Specify the property that will be used to partition the graph" HTML_HELP_CLOSE(), } |