Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Coarse_atom< Atom, Point > Class Template Reference

#include <coarse_grain.h>

Public Member Functions

void add (const Atom &atom)
 

Detailed Description

template<class Atom, class Point>
class ESBTL::Coarse_atom< Atom, Point >

A coarse-grain atom type

Template Parameters
Atomis the base atom class that the coarse atom represent.
Pointis a point type with coordinates const access methods x(), y() and z().

Member Function Documentation

◆ add()

void add ( const Atom &  atom)
inline

Add atom to the set of atom represented.