InducedSubGraphSelection(3) This selection plugins enables to find a subgraph induced by a set of nodes.

SYNOPSIS


#include <InducedSubGraphSelection.h>

Public Member Functions


InducedSubGraphSelection (const tlp::PropertyContext &)

bool run ()

Detailed Description

This selection plugins enables to find a subgraph induced by a set of nodes.

Let V' a subset of nodes, G' is an induced subgraph of G if all edges (and only these ones) element of G that link two nodes (only one in case of loop) of V' are in G'.

Author:

David Auber, LaBRI University Bordeaux I France: [email protected]

Constructor & Destructor Documentation

InducedSubGraphSelection::InducedSubGraphSelection (const tlp::PropertyContext &)

Member Function Documentation

bool InducedSubGraphSelection::run ()

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.