Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Particle_with_annotations< ParticleBase, AnnotationsType > Class Template Reference

Traits class defining particles traits with annotations. More...

#include <Particle_with_annotations_traits.hpp>

Public Member Functions

const AnnotationsType & get_annotations () const
 Returns the annotations of the atom. More...
 
AnnotationsType & get_annotations ()
 Returns the annotations of the atom. More...
 

Detailed Description

template<class ParticleBase, class AnnotationsType>
class SBL::Models::T_Particle_with_annotations< ParticleBase, AnnotationsType >

Traits class defining particles traits with annotations.

Member Function Documentation

◆ get_annotations() [1/2]

AnnotationsType& get_annotations ( )
inline

Returns the annotations of the atom.

◆ get_annotations() [2/2]

const AnnotationsType& get_annotations ( ) const
inline

Returns the annotations of the atom.