Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Hierarchical_labels_forest< MolecularSystemLabelsTraits >::Is_hierarchical_label Class Reference

#include <Hierarchical_labels_forest.hpp>

Public Member Functions

 Is_hierarchical_label (const Directed_acyclic_graph &diagram)
 Initialize the reference to the forest. More...
 
template<class Vertex >
bool operator() (Vertex label) const
 Check that the label associated to a given vertex is hierarchical. More...
 

Constructor & Destructor Documentation

◆ Is_hierarchical_label()

Is_hierarchical_label ( const Directed_acyclic_graph diagram)
inline

Initialize the reference to the forest.

Member Function Documentation

◆ operator()()

bool operator() ( Vertex  label) const
inline

Check that the label associated to a given vertex is hierarchical.