19#ifndef VOTCA_CSG_BEADLIST_H
20#define VOTCA_CSG_BEADLIST_H
50 Eigen::Vector3d ref,
double radius);
58 using iterator =
typename std::vector<Bead *>::iterator;
Index Generate(Topology &top, const std::string &select)
Select all beads of type "select".
const Topology & getTopology() const
typename std::vector< Bead * >::iterator iterator
std::vector< Bead * > beads_
void push_back(Bead *bead)
Index GenerateInSphericalSubvolume(Topology &top, const std::string &select, Eigen::Vector3d ref, double radius)
Select all beads of type "select" withn a radius "radius" of reference vector "ref".
topology of the whole system
base class for all analysis tools