indigoX
CMGCallback Struct Reference

#include <indigox/algorithm/graph/isomorphism.hpp>

+ Inheritance diagram for CMGCallback:
+ Collaboration diagram for CMGCallback:

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 &)
 

Member Typedef Documentation

◆ CorrespondenceMap

using CorrespondenceMap = eastl::vector_map<graph::CMGVertex , graph::CMGVertex >
inherited

◆ GraphType

Member Function Documentation

◆ operator()() [1/3]

virtual bool operator() ( const CorrespondenceMap )
inlinevirtualinherited

Reimplemented in CMGPrintCallback.

◆ operator()() [2/3]

virtual bool operator() ( const graph::CMGVertex ,
const graph::CMGVertex  
)
inlinevirtualinherited

Reimplemented in CMGPrintCallback.

◆ operator()() [3/3]

virtual bool operator() ( const graph::CMGEdge ,
const graph::CMGEdge  
)
inlinevirtualinherited

The documentation for this struct was generated from the following file: