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

#include <Hierarchical_labels_forest.hpp>

Public Types

typedef Label result_type
 Type for boost iterator requirements. More...
 

Public Member Functions

 Get_label_of_vertex (void)
 
 Get_label_of_vertex (const Directed_acyclic_graph &dag)
 
Label operator() (Vertex v) const
 Return the label associated to a vertex. More...
 

Member Typedef Documentation

◆ result_type

typedef Label result_type

Type for boost iterator requirements.

Constructor & Destructor Documentation

◆ Get_label_of_vertex() [1/2]

Get_label_of_vertex ( void  )
inline

◆ Get_label_of_vertex() [2/2]

Member Function Documentation

◆ operator()()

Label operator() ( Vertex  v) const
inline

Return the label associated to a vertex.