Overview     Modules     Class Hierarchy     Classes     Members  

StrengthClustering.cpp File Reference

#include <math.h>
#include <stdio.h>
#include <sstream>
#include <string>
#include <list>
#include <map>
#include <iostream>
#include <ext/hash_map>
#include <tulip/Graph.h>
#include <tulip/BooleanProperty.h>
#include <tulip/GraphProperty.h>
#include <tulip/ExtendedClusterOperation.h>
#include <tulip/GraphMeasure.h>
#include <tulip/StableIterator.h>
#include <tulip/ForEach.h>
#include <tulip/SimpleTest.h>
#include "StrengthClustering.h"

Include dependency graph for StrengthClustering.cpp:

Functions

Variables


Function Documentation

CLUSTERINGPLUGIN StrengthClustering  ,
"Strength"  ,
"David Auber"  ,
"27/01/2003"  ,
"Alpha"  ,
"0"  ,
"1" 
 

void drawGraph Graph *  tmpg  ) 
 


Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN()                                        
    HTML_HELP_DEF( "type", "DoubleProperty" )                     
    HTML_HELP_DEF( "values", "An existing metric property" )            
    HTML_HELP_DEF( "default", "viewSize" )                        
    HTML_HELP_BODY()                                        
    "This parameter defines the property used in order to multiply strength values." 
    HTML_HELP_CLOSE(),
    
    HTML_HELP_OPEN()                                        
    HTML_HELP_DEF( "type", "bool" )                         
    HTML_HELP_DEF( "values", "[true, false] o(nlog(n)) / o(n)" )  
    HTML_HELP_DEF( "default", "false" )                           
    HTML_HELP_BODY()                                        
    "If true the strength value wiil be multipplied by the metric proxy given in parameter." 

  }



Tulip Software by David AUBER    2001 - 2006