Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Chain_label_traits Class Reference

Model of MolecularSystemLabelTraits for chains. More...

#include <Chain_label_traits.hpp>

Public Types

typedef T_Chain_label_traits< Dummy > Self
 
typedef unsigned Label
 

Static Public Member Functions

static unsigned get_number_of_labels (void)
 
static unsigned get_number_of_primitive_labels (void)
 
static Label get_parent_of (Label label)
 
static std::string to_string (Label label)
 Return the string representation of the labels. More...
 

Detailed Description

Model of MolecularSystemLabelTraits for chains.

...

Member Typedef Documentation

◆ Label

typedef unsigned Label
inherited

◆ Self

typedef T_Chain_label_traits<Dummy> Self
inherited

Member Function Documentation

◆ get_number_of_labels()

static unsigned get_number_of_labels ( void  )
inlinestaticinherited

◆ get_number_of_primitive_labels()

static unsigned get_number_of_primitive_labels ( void  )
inlinestaticinherited

◆ get_parent_of()

static Label get_parent_of ( Label  label)
inlinestaticinherited

◆ to_string()

static std::string to_string ( Label  label)
inlinestaticinherited

Return the string representation of the labels.