indigoX
|
#include <indigox/algorithm/graph/isomorphism.hpp>
Public Types | |
using | CorrespondenceMap = eastl::vector_map< graph::CMGVertex, graph::CMGVertex > |
using | GraphType = graph::BaseGraph< graph::CMGVertex, graph::CMGEdge, graph::CondensedMolecularGraph, graph::Undirected, graph::GraphLabel, graph::GraphLabel > |
Public Member Functions | |
virtual bool | operator() (const CorrespondenceMap &) |
virtual bool | operator() (const graph::CMGVertex &, const graph::CMGVertex &) |
virtual bool | operator() (const graph::CMGEdge &, const graph::CMGEdge &) |
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Reimplemented in CMGPrintCallback.
|
inlinevirtualinherited |
Reimplemented in CMGPrintCallback.
|
inlinevirtualinherited |