#include <boost/graph/adjacency_list.hpp>#include <boost/property_map.hpp>#include <boost/shared_ptr.hpp>#include <set>Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
| namespace | RDKit::FeatTrees |
Classes | |
| struct | RDKit::FeatTrees::FeatTreeNode_t |
| struct | RDKit::FeatTrees::FeatTreeEdge_t |
Typedefs | |
| typedef std::set < unsigned int > | RDKit::FeatTrees::UINT_SET |
| typedef boost::property < FeatTreeNode_t, UINT_SET > | RDKit::FeatTrees::FeatTreeNode |
| typedef boost::property < FeatTreeEdge_t, unsigned int > | RDKit::FeatTrees::FeatTreeEdge |
| typedef boost::adjacency_list < boost::vecS, boost::vecS, boost::undirectedS, FeatTreeNode, FeatTreeEdge > | RDKit::FeatTrees::FeatTreeGraph |
| typedef boost::shared_ptr < FeatTreeGraph > | RDKit::FeatTrees::FeatTreeGraphSPtr |
| typedef boost::property_map < FeatTreeGraph, FeatTreeEdge_t > ::type | RDKit::FeatTrees::FeatTreeEdgePMap |
| typedef boost::property_map < FeatTreeGraph, FeatTreeNode_t > ::type | RDKit::FeatTrees::FeatTreeNodePMap |
Functions | |
| FeatTreeGraphSPtr | RDKit::FeatTrees::molToBaseTree (const ROMol &mol) |
| void | RDKit::FeatTrees::baseTreeToFeatTree (FeatTreeGraph &baseTree) |
1.5.3