#include <RDGeneral/export.h>
#include <vector>
#include "FMCS.h"
#include "Graph.h"
#include "MatchTable.h"
Go to the source code of this file.
|
typedef std::vector< std::pair< FMCS::Graph::vertex_descriptor, FMCS::Graph::vertex_descriptor > > | RDKit::FMCS::match_V_t |
|
|
RDKIT_FMCS_EXPORT bool | RDKit::FMCS::SubstructMatchCustomTable (const FMCS::Graph &target, const ROMol &target_mol, const FMCS::Graph &query, const ROMol &querySrc, const MatchTable &atomMatchTable, const MatchTable &bondMatchTable, const MCSParameters *parameters=0, match_V_t *match=0) |
|
RDKIT_FMCS_EXPORT bool | RDKit::FMCS::SubstructMatchCustom (const FMCS::Graph &target, const ROMol &mol, const FMCS::Graph &query, const ROMol &querySrc, MCSAtomCompareFunction atomCompare, MCSBondCompareFunction bondCompare, MCSFinalMatchCheckFunction finalCompare, const MCSAtomCompareParameters &acp, const MCSBondCompareParameters &bcp, void *user_data, match_V_t *match=0) |
|