faif
Public Member Functions | List of all members
faif::dna::ConnectPair Struct Reference

The pair of nucleotides which are join by Watson-Crick interaction. More...

#include <SecStruct.h>

Inheritance diagram for faif::dna::ConnectPair:
Inheritance graph
Collaboration diagram for faif::dna::ConnectPair:
Collaboration graph

Public Member Functions

 ConnectPair (const Chain::const_iterator &f, const Chain::const_iterator &s)
 
bool operator< (const ConnectPair &pair) const
 

Detailed Description

The pair of nucleotides which are join by Watson-Crick interaction.

The pair of iterators to nucleotides which are join. The nucleotides are from the same chain or from the different chains

Constructor & Destructor Documentation

faif::dna::ConnectPair::ConnectPair ( const Chain::const_iterator f,
const Chain::const_iterator s 
)
inlineexplicit

c-tor

Member Function Documentation

bool faif::dna::ConnectPair::operator< ( const ConnectPair pair) const
inline

the comparison, the view order is enforced, e.g. (0,15) < (0,14) < (1,16)


The documentation for this struct was generated from the following file: