SmallWorldGraph.cpp File Reference

#include <time.h>
#include <math.h>
#include <climits>
#include <tulip/TulipPlugin.h>

Include dependency graph for SmallWorldGraph.cpp:


Classes

struct  SmallWorldGraph

Variables

static const int WIDTH = 1024
static const int HEIGHT = 1024
const char * paramHelp []

Variable Documentation

const int HEIGHT = 1024 [static]
 

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "int" ) 
    HTML_HELP_DEF( "default", "100" ) 
    HTML_HELP_BODY() 
    "This parameter defines the amount of node used to build the small-world graph." 
    HTML_HELP_CLOSE(),

    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "int" ) 
    HTML_HELP_DEF( "default", "10" ) 
    HTML_HELP_BODY() 
    "This parameter defines the average degree of node used to build the small-world graph." 
    HTML_HELP_CLOSE(),

    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "bool" ) 
    HTML_HELP_DEF( "default", "false" ) 
    HTML_HELP_BODY() 
    "If true long distance edges will be added in the grid approximation." 
    HTML_HELP_CLOSE(),
  }

const int WIDTH = 1024 [static]
 


Generated on Fri Jan 5 14:21:11 2007 for Tulip Plugins by  doxygen 1.4.6