Overview     Modules     Class Hierarchy     Classes     Members  

RandomGraph.cpp File Reference

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

Include dependency graph for RandomGraph.cpp:

Namespaces

  • namespace std

Classes

Variables


Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

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

    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "int" ) 
    HTML_HELP_DEF( "default", "9" ) 
    HTML_HELP_BODY() 
    "This parameter defines the amount of edge used to build the randomized graph." 
    HTML_HELP_CLOSE(),
  }



Tulip Software by David AUBER    2001 - 2006