38 map<string, Index>::const_iterator iter =
beadmap_.find(name);
40 std::cout <<
"cannot find: <" << name <<
"> in " <<
name_ <<
"\n";
void setMoleculeId(const Index &molecule_id) noexcept
assign the bead to a molecule with the provided id
void AddBead(Bead *bead, const std::string &name)
Add a bead to the molecule.
std::map< std::string, Index > beadmap_
Index getBeadByName(const std::string &name) const
find a bead by it's name
std::vector< Bead * > beads_
std::vector< std::string > bead_names_
base class for all analysis tools