Generated on Wed Apr 29 2015 11:51:40 for GGL-4.1.2 by doxygen 1.8.3.1
Match.hh
Go to the documentation of this file.
1 
2 #ifndef SGM_MATCH_HH_
3 #define SGM_MATCH_HH_
4 
5 #include "sgm/Graph_Interface.hh"
6 
7 namespace sgm {
8 
9  //! encoding of a match, i.e. for each node index of the pattern the
10  //! matched node within the target graph is stored
11  typedef std::vector<Graph_Interface::IndexType> Match;
12 
13 
14 
15 } // namespace sgm
16 
17 #endif /* SGM_MATCH_HH_ */