Rings.h File Reference

utility functionality for working with ring systems More...

#include <vector>
#include <map>
#include <boost/dynamic_bitset_fwd.hpp>

Go to the source code of this file.

Namespaces

namespace  RDKit
namespace  RingUtils

Typedefs

typedef std::vector< int > RingUtils::INT_VECT
typedef std::vector
< std::vector< int > > 
RingUtils::VECT_INT_VECT
typedef std::map< int,
std::vector< int > > 
RingUtils::INT_INT_VECT_MAP

Functions

void RingUtils::pickFusedRings (int curr, const INT_INT_VECT_MAP &neighMap, INT_VECT &res, boost::dynamic_bitset<> &done, int depth=0)
 Pick a set of rings that are fused together and contain a specified ring.
void RingUtils::makeRingNeighborMap (const VECT_INT_VECT &brings, INT_INT_VECT_MAP &neighMap)
 For each ring in bring compute and strore the ring that are fused (share atleast one bond with it).
void RingUtils::convertToBonds (const VECT_INT_VECT &res, VECT_INT_VECT &brings, const RDKit::ROMol &mol)
 converts a list of atom indices into a list of bond indices


Detailed Description

utility functionality for working with ring systems

Definition in file Rings.h.


Generated on Fri Apr 3 06:03:02 2009 for RDCode by  doxygen 1.5.6