indigoX
MGCallback Struct Reference

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

+ Inheritance diagram for MGCallback:
+ Collaboration diagram for MGCallback:

Public Types

using CorrespondenceMap = eastl::vector_map< graph::MGVertex, graph::MGVertex >
 
using GraphType = graph::BaseGraph< graph::MGVertex, graph::MGEdge, graph::MolecularGraph, graph::Undirected, graph::GraphLabel, graph::GraphLabel >
 

Public Member Functions

virtual bool operator() (const CorrespondenceMap &)
 
virtual bool operator() (const graph::MGVertex &, const graph::MGVertex &)
 
virtual bool operator() (const graph::MGEdge &, const graph::MGEdge &)
 

Member Typedef Documentation

◆ CorrespondenceMap

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

◆ GraphType

Member Function Documentation

◆ operator()() [1/3]

virtual bool operator() ( const CorrespondenceMap )
inlinevirtualinherited

Reimplemented in MGPrintCallback.

◆ operator()() [2/3]

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

◆ operator()() [3/3]

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

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