Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Set_dynamic_annotation_default Class Reference

Default data structure adding a dynamic annotation to a particle. More...

#include <Dynamic_annotator_for_residues.hpp>

Public Member Functions

template<class DynamicAnnotation , class Particle >
void operator() (const DynamicAnnotation &annotation, Particle &p) const
 
template<class DynamicAnnotation , class Particle >
void operator() (const DynamicAnnotation &annotation, Particle &p) const
 

Detailed Description

Default data structure adding a dynamic annotation to a particle.

It assumes that the container of annotations has a method push_back for registering the dynamic annotations.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( const DynamicAnnotation &  annotation,
Particle &  p 
) const
inline

◆ operator()() [2/2]

void operator() ( const DynamicAnnotation &  annotation,
Particle &  p 
) const
inline