ArityMetric.cpp File Reference

#include <tulip/ForEach.h>
#include "ArityMetric.h"

Include dependency graph for ArityMetric.cpp:


Defines

#define DEGREE_TYPE   "type"
#define DEGREE_TYPES   "InOut;In;Out;"
#define INOUT   0
#define IN   1
#define OUT   2

Functions

 DOUBLEPLUGINOFGROUP (ArityMetric,"Degree","David Auber","04/10/2001","Stable","0","1","Graph")

Variables

const char * paramHelp []

Define Documentation

#define DEGREE_TYPE   "type"
 

#define DEGREE_TYPES   "InOut;In;Out;"
 

#define IN   1
 

#define INOUT   0
 

#define OUT   2
 


Function Documentation

DOUBLEPLUGINOFGROUP ArityMetric  ,
"Degree"  ,
"David Auber"  ,
"04/10/2001"  ,
"Stable"  ,
"0"  ,
"1"  ,
"Graph" 
 


Variable Documentation

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN()                       
    HTML_HELP_DEF( "type", "String Collection" ) 
    HTML_HELP_DEF( "default", "InOut" )    
    HTML_HELP_BODY() 
    "This parameter indicates the type of degree to compute (in/out/inout)."  
    HTML_HELP_CLOSE(),
    HTML_HELP_OPEN()                                        
    HTML_HELP_DEF( "type", "DoubleProperty" )                     
    HTML_HELP_DEF( "value", "An existing metric corresponding to weights.")         
    HTML_HELP_DEF( "default", "none" )                            
    HTML_HELP_BODY()                                        
    "The weighted degree of a node is the sum of weights of "
    "all its in/out/inout edges. "
    "If no metric is specified, using a uniform metric value of 1 for all edges " 
    "returns the usual degree for nodes (number of in/out/inout neighbors)."
    HTML_HELP_CLOSE(),
  }


Generated on Fri Feb 22 09:55:45 2008 for Tulip Plugins by  doxygen 1.4.6