Overview     Modules     Class Hierarchy     Classes     Members  

ReachableSubGraphSelection.cpp File Reference

#include "ReachableSubGraphSelection.h"
#include <tulip/GraphMeasure.h>

Include dependency graph for ReachableSubGraphSelection.cpp:

Functions

Variables


Function Documentation

BOOLEANPLUGIN ReachableSubGraphSelection  ,
"ReachableSubGraph"  ,
"David Auber"  ,
"01/12/1999"  ,
"Alpha"  ,
"0"  ,
"1" 
 


Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "int" ) 
    HTML_HELP_DEF( "values", "{0,1,2}" ) 
    HTML_HELP_DEF( "default", "0" ) 
    HTML_HELP_BODY() 
    "This parameter defines the navigation direction. Following values are corrects :" 
    "<ul><li>0: follow ouput edges (directed);</li>" 
    "<li>1: follow input edges (reverse-directed);</li>" 
    "<li>2: all edges (undirected).</li></ul>" 
    HTML_HELP_CLOSE(),

    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "Selection" ) 
    HTML_HELP_DEF( "default", "\"viewSelection\"" ) 
    HTML_HELP_BODY() 
    "This parameter defines the starting set of nodes used to walk in the graph." 
    HTML_HELP_CLOSE(),

    
    HTML_HELP_OPEN() 
    HTML_HELP_DEF( "type", "int" ) 
    HTML_HELP_DEF( "values", "[0,1000000]" ) 
    HTML_HELP_DEF( "default", "10" ) 
    HTML_HELP_BODY() 
    "This parameter defines the maximal distance of reachable nodes." 
    HTML_HELP_CLOSE(),
  }



Tulip Software by David AUBER    2001 - 2006