#include <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 |
|
| 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 |
1.5.8