ReachableSubGraphSelection Class Reference
[Selection]
#include <ReachableSubGraphSelection.h>
List of all members.
Detailed Description
This selection plugin enables to find all nodes and edges at a fixed distance of a set of nodes. It takes three parameter :
- <int> distance
- <int> direction : 0 means directed, 1 reverse directed, 2 undirected
- <SelectionProxy *> startingnodes : the selected nodes of this selection proxy will be used as starting nodes.
- Author:
- David Auber, LaBRI University Bordeaux I France: auber@tulip-software.org
Public Member Functions
Constructor & Destructor Documentation
ReachableSubGraphSelection::ReachableSubGraphSelection |
( |
const tlp::PropertyContext & |
|
) |
|
|
ReachableSubGraphSelection::~ReachableSubGraphSelection |
( |
|
) |
|
|
Member Function Documentation
bool ReachableSubGraphSelection::run |
( |
|
) |
|
|
|
===========================================================
|
|