Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Data Structures | Typedefs
sgm Namespace Reference

Data Structures

class  GM_vf2
 VF2 graph isomorphism. More...
 
class  Graph_boost
 Graph_Interface wrapper for boost graphs. More...
 
class  Graph_boostV_p
 Graph_Interface wrapper for set of boost graphs. More...
 
class  Graph_Interface
 Interface of graphs for graph matching. More...
 
class  GraphMatching
 Interface graph isomorphism. More...
 
class  GraphScaffold
 
class  hash_string
 
class  Match_Reporter
 Interface graph match reporting. More...
 
class  MC_Edge
 Interface edge match constraint. More...
 
class  MC_EdgeLabel
 Constrains edge labels within a match. More...
 
class  MC_Node
 Interface node match constraints. More...
 
class  MC_NodeAdjacency
 Constrains a node's adjacency for a match. More...
 
class  MC_NodeLabel
 Constrains a node's labels for a matching. More...
 
class  MC_NoEdge
 Forbids an edge within a match. More...
 
class  MR_Counting
 Counts matches. More...
 
class  MR_StoringInsertT
 
class  MR_StoringT
 Stores each match in an STL container. More...
 
class  MR_stream
 Writes each match to an output stream. More...
 
class  MR_SymmBreak
 Symmetry breaking among matches. More...
 
class  NSPDK_port
 Ports NSPDK functionality to SGM. More...
 
class  PA_OrderCheck
 Order based automorphism exclusion. More...
 
class  Pattern
 
class  Pattern_Automorphism
 Automorphism description for patterns. More...
 
class  Pattern_Interface
 Pattern description to be matched. More...
 
class  RingPerception
 Interface ring enumeration. More...
 
class  RingReporter
 Interface to report found rings. More...
 
class  RP_Hanser96
 Ring enumeration ala Hanser et al. More...
 
class  SGM_vf2
 VF2-based subgraph matching. More...
 
class  SubGraph
 Subgraph of a Graph_Interface for matching. More...
 
class  SubGraphMatching
 Interface for subgraph monomorphism. More...
 
class  SubGraphPattern
 
class  VF2_MatchingHandler
 General VF2-matching functionalities. More...
 

Typedefs

typedef std::vector
< Graph_Interface::IndexType
Match
 
typedef MR_StoringT
< std::vector< sgm::Match > > 
MR_Storing
 Template wrapper for default values. More...
 
typedef MR_StoringInsertT
< std::set< sgm::Match > > 
MR_StoringInsert
 Template wrapper for default values. More...
 

Typedef Documentation

typedef std::vector<Graph_Interface::IndexType> sgm::Match

encoding of a match, i.e. for each node index of the pattern the matched node within the target graph is stored

Definition at line 11 of file Match.hh.

typedef MR_StoringT< std::vector< sgm::Match > > sgm::MR_Storing

Definition at line 54 of file MR_Storing.hh.

Definition at line 137 of file MR_Storing.hh.