|
Open Babel
3.0
|
#include <openbabel/parsmart.h>
Public Member Functions | |
| OBSSMatch (OBMol &, const Pattern *) | |
| ~OBSSMatch () | |
| void | Match (std::vector< std::vector< int > > &v, int bidx=-1) |
Protected Attributes | |
| bool * | _uatoms |
| OBMol * | _mol |
| const Pattern * | _pat |
| std::vector< int > | _map |
Internal class: performs fast, exhaustive matching used to find just a single match in match() using recursion and explicit stack handling.
| ~OBSSMatch | ( | ) |
| void Match | ( | std::vector< std::vector< int > > & | v, |
| int | bidx = -1 |
||
| ) |
Referenced by OBSmartsMatcher::match().
|
protected |
|
protected |
|
protected |
|
protected |
1.8.13