Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Tertiary_quaternary_structure_annotator< ParticleTraits, MolecularSystemLabelTraits >::Vertex_label_writer Class Reference

Functor allowing to write two properties associated to a vertex into a dot file representing a graph. More...

#include <Tertiary_quaternary_structure_annotator.hpp>

Constructors

 Vertex_label_writer (const Interfaces_graph *graph)
 

Functors

template<class Vertex >
void operator() (std::ostream &out, const Vertex &v) const
 Write in the output stream the two properties associated to one graph item. More...
 

Detailed Description

template<class ParticleTraits, class MolecularSystemLabelTraits>
class SBL::CSB::T_Tertiary_quaternary_structure_annotator< ParticleTraits, MolecularSystemLabelTraits >::Vertex_label_writer

Functor allowing to write two properties associated to a vertex into a dot file representing a graph.

Member Function Documentation

◆ operator()()

void operator() ( std::ostream &  out,
const Vertex &  v 
) const
inline

Write in the output stream the two properties associated to one graph item.