indigoX
CMGPrintCallback Struct Reference

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

+ Inheritance diagram for CMGPrintCallback:
+ Collaboration diagram for CMGPrintCallback:

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

 CMGPrintCallback ()
 
virtual bool operator() (const graph::CMGEdge &, const graph::CMGEdge &)
 
bool operator() (const CorrespondenceMap &cmap) override
 
bool operator() (const graph::CMGVertex &vs, const graph::CMGVertex &vl) override
 

Public Attributes

int count
 

Member Typedef Documentation

◆ CorrespondenceMap

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

◆ GraphType

Constructor & Destructor Documentation

◆ CMGPrintCallback()

CMGPrintCallback ( )
inline

Member Function Documentation

◆ operator()() [1/3]

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

◆ operator()() [2/3]

◆ operator()() [3/3]

Member Data Documentation

◆ count

int count

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