![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Iterator through all the proper dihedral angles in the polypeptide chain. More...
#include <Polypeptide_chain_representation.hpp>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef Dihedral_angle | value_type |
typedef Dihedral_angle | reference |
typedef Dihedral_angle * | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef Molecular_covalent_structure::Dihedral_angles_iterator | Base_iterator |
Public Member Functions | |
Dihedral_angle_iterator (const Dihedral_angle_iterator &it) | |
Dihedral_angle_iterator & | operator= (const Dihedral_angle_iterator &it) |
bool | operator== (const Dihedral_angle_iterator &it) const |
bool | operator!= (const Dihedral_angle_iterator &it) const |
Dihedral_angle_iterator & | operator++ () |
reference | operator* () const |
Iterator through all the proper dihedral angles in the polypeptide chain.
typedef Molecular_covalent_structure::Dihedral_angles_iterator Base_iterator |
typedef std::ptrdiff_t difference_type |
typedef std::forward_iterator_tag iterator_category |
typedef Dihedral_angle* pointer |
typedef Dihedral_angle reference |
typedef Dihedral_angle value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |