Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Atom_with_flat_info< NT > Class Template Reference

Wrapper representing the atom. More...

#include <Atom_with_flat_info_traits.hpp>

Public Member Functions

const std::string & atom_name (void) const
 Returns the PDB name of the atom.
const std::string & residue_name (void) const
 Returns the name of the residue containing this atom.

Detailed Description

template<class NT>
class SBL::Models::T_Atom_with_flat_info< NT >

Wrapper representing the atom.

In particular, the data structure is serializible.

Member Function Documentation

◆ atom_name()

template<class NT>
const std::string & atom_name ( void ) const
inline

Returns the PDB name of the atom.

◆ residue_name()

template<class NT>
const std::string & residue_name ( void ) const
inline

Returns the name of the residue containing this atom.