indigoX
MGPrintCallback Struct Reference

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

+ Inheritance diagram for MGPrintCallback:
+ Collaboration diagram for MGPrintCallback:

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

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

Public Attributes

int count
 

Member Typedef Documentation

◆ CorrespondenceMap

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

◆ GraphType

Constructor & Destructor Documentation

◆ MGPrintCallback()

MGPrintCallback ( )
inline

Member Function Documentation

◆ operator()() [1/3]

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

◆ operator()() [2/3]

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

◆ operator()() [3/3]

Member Data Documentation

◆ count

int count

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