class, providing a method for agglomerative clustering of single rings to ringsystems More...
#include <BALL/STRUCTURE/ringClusterer.h>
Public Member Functions | |
RingClusterer () | |
Default-Constructor. | |
virtual | ~RingClusterer () |
Destructor. | |
std::vector< std::vector < std::vector< Atom * > > > | clusterRings (std::vector< std::vector< Atom * > > &rings) |
performs an agglomerative clustering of single rings to ringsystems |
class, providing a method for agglomerative clustering of single rings to ringsystems
BALL::RingClusterer::RingClusterer | ( | ) |
Default-Constructor.
virtual BALL::RingClusterer::~RingClusterer | ( | ) | [virtual] |
Destructor.
std::vector<std::vector<std::vector<Atom*> > > BALL::RingClusterer::clusterRings | ( | std::vector< std::vector< Atom * > > & | rings | ) |
performs an agglomerative clustering of single rings to ringsystems
rings | the smallest set of smallest rings of the input molecule |