Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Representation of a sequence of residues in the alignement engines Representation of a sequence of residues in the alignement engines. More...
#include "Alignment_sequence.hpp"
Public Types | |
typedef T_Alignment_residue< ResidueBase > | Residue |
Representation of a residue in the sequence. More... | |
typedef Residue | Alignment_unit |
Representation of the unit to align, here a residue. More... | |
typedef Residue::Residue_name | Alignment_unit_name |
Name used for representing the unit to align, here the one letter code of a residue. More... | |
typedef int | Alignment_unit_rep |
Identifier of the unit to align, here the residue sequence number of the residue. More... | |
Constructors | |
template<class InputIterator > | |
T_Alignment_sequence (InputIterator begin, InputIterator end) | |
Init a sequence from a range of base residues. More... | |
Representation of a sequence of residues in the alignement engines Representation of a sequence of residues in the alignement engines.
Representation of a sequence of residues in the alignement engines.
ResidueBase | Base representation of a residue, e.g from PDB / mmCIF formats |
typedef Residue Alignment_unit |
Representation of the unit to align, here a residue.
Name used for representing the unit to align, here the one letter code of a residue.
typedef int Alignment_unit_rep |
Identifier of the unit to align, here the residue sequence number of the residue.
typedef T_Alignment_residue<ResidueBase> Residue |
Representation of a residue in the sequence.
|
inline |
Init a sequence from a range of base residues.