RandomTreeGeneral.cpp File Reference

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

Include dependency graph for RandomTreeGeneral.cpp:


Classes

struct  RandomTreeGeneral

Variables

const char * paramHelp []

Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

    {
      
      HTML_HELP_OPEN() 
      HTML_HELP_DEF( "type", "int" ) 
      HTML_HELP_DEF( "default", "10" ) 
      HTML_HELP_BODY() 
      "This parameter defines the minimal amount of node used to build the randomized tree." 
      HTML_HELP_CLOSE(),
      
      HTML_HELP_OPEN() 
      HTML_HELP_DEF( "type", "int" ) 
      HTML_HELP_DEF( "default", "100" ) 
      HTML_HELP_BODY() 
      "This parameter defines the maximal amount of node used to build the randomized tree." 
      HTML_HELP_CLOSE(),
      
      HTML_HELP_OPEN() 
      HTML_HELP_DEF( "type", "int" ) 
      HTML_HELP_DEF( "default", "5" ) 
      HTML_HELP_BODY() 
      "This parameter defines the maximal degree of node used to build the randomized tree." 
      HTML_HELP_CLOSE(),
    }


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