votca 2024.2-dev
|
class for a residue More...
#include <residue.h>
Public Member Functions | |
const std::string & | getName () const |
get the name of the residue | |
Index | getId () const |
get the name of the residue | |
Private Member Functions | |
Residue (Index id, const std::string &name) | |
constructor | |
Private Attributes | |
Index | id_ |
std::string | name_ |
Friends | |
class | Topology |
class for a residue
The Residue class describes a residue. When reading in the atoms, all beads belong to a residue. Later on, the molecules can be organized into molecules based on their residue.
|
inlineprivate |
|
inline |
|
inline |