19 #ifndef OST_CONOP_RING_FINDER_HH
20 #define OST_CONOP_RING_FINDER_HH
31 namespace ost {
namespace conop {
69 std::map<long int,bool> &ring_closings);
72 bool rings_perceived_;
Class for finding rings in an entity.
bool RingsPerceived()
Check if rings have been perceived.
int GetRingAtomCount()
Get number of atoms belonging to rings.
void PerceiveRings()
Walk along the path of the entity in a depth first search and identify atoms and bonds which are in r...
int GetRingBondCount()
Get number of bonds belonging to rings.
mol::EntityView GetRings()
Get an EntityView, containing all atoms and bonds belonging to rings.
RingFinder(mol::EntityHandle &eh)
#define DLLEXPORT_OST_CONOP