RDKit
Open-source cheminformatics and machine learning.
|
#include <O3AAlignMolecules.h>
Public Member Functions | |
LAP (unsigned int dim) | |
~LAP ()=default | |
int | getCost (const unsigned int i, const unsigned int j) |
int | getRowSol (const unsigned int i) |
void | computeMinCostPath (const int dim) |
void | computeCostMatrix (const ROMol &prbMol, const MolHistogram &prbHist, const ROMol &refMol, const MolHistogram &refHist, O3AConstraintVect *o3aConstraintVect, int(*costFunc)(const unsigned int, const unsigned int, double, void *), void *data, const unsigned int n_bins=O3_MAX_H_BINS) |
Definition at line 145 of file O3AAlignMolecules.h.
Definition at line 147 of file O3AAlignMolecules.h.
|
default |
void RDKit::MolAlign::LAP::computeCostMatrix | ( | const ROMol & | prbMol, |
const MolHistogram & | prbHist, | ||
const ROMol & | refMol, | ||
const MolHistogram & | refHist, | ||
O3AConstraintVect * | o3aConstraintVect, | ||
int(*)(const unsigned int, const unsigned int, double, void *) | costFunc, | ||
void * | data, | ||
const unsigned int | n_bins = O3_MAX_H_BINS |
||
) |
Definition at line 158 of file O3AAlignMolecules.h.
References PRECONDITION.
Definition at line 163 of file O3AAlignMolecules.h.
References PRECONDITION.