18#ifndef VOTCA_CSG_BEADPAIR_H
19#define VOTCA_CSG_BEADPAIR_H
46 const Eigen::Vector3d &
r()
const {
return r_; }
51 std::pair<Bead *, Bead *>
pair_;
std::pair< Bead *, Bead * > pair_
double dist() const
the distance of the beads
BeadPair(Bead *bead1, Bead *bead2, Eigen::Vector3d r)
const Eigen::Vector3d & r() const
the vector connecting two beads
base class for all analysis tools