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. More...
 
const std::string & residue_name (void) const
 Returns the name of the residue containing this atom. More...
 

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()

const std::string& atom_name ( void  ) const
inline

Returns the PDB name of the atom.

◆ residue_name()

const std::string& residue_name ( void  ) const
inline

Returns the name of the residue containing this atom.