NAME
ArityMetric -
ArityMetric.h - Compute the degree of each node.
SYNOPSIS
#include <ArityMetric.h>
Public Member Functions
ArityMetric (const tlp::PropertyContext &)
bool run ()
Detailed Description
ArityMetric.h - Compute the degree of each node.
This plugin compute the degree of each node
HISTORY
ยท 04/10/2001 Verson 0.0.1: Initial release
Note:
This plug-in exists to obtain a uniform interface in the Tulip
graph visualization software. To access to the degree of a node it
is recommended to use directly the degree function available in
each graph.
Author:
David Auber University Bordeaux I France, Email : auber@tulip-
software.org
LICENCE:
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
Constructor & Destructor Documentation
ArityMetric::ArityMetric (const tlp::PropertyContext &)
Member Function Documentation
bool ArityMetric::run ()
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.