indigoX
isomorphism.hpp File Reference
#include "../../utils/fwd_declares.hpp"
#include <EASTL/vector_map.h>
+ Include dependency graph for isomorphism.hpp:

Go to the source code of this file.

Classes

struct  CMGCallback
 
struct  CMGPrintCallback
 
struct  MappingCallback< V, E, S, D, VP, EP >
 
struct  MGCallback
 
struct  MGPrintCallback
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 
 indigox::algorithm
 

Functions

void SubgraphIsomorphisms (graph::CondensedMolecularGraph &G1, graph::CondensedMolecularGraph &G2, CMGCallback &callback)
 
void SubgraphIsomorphisms (graph::MolecularGraph &G1, graph::MolecularGraph &G2, MGCallback &callback)