passes(std::vector< PhpSite,std::allocator< PhpSite > > const & sites, PhpSiteConstraint constraint) -> bool
passes(std::vector< PhpSite,std::allocator< PhpSite > > const & hypoSites, std::string & reason) -> bool
passes(std::vector< PhpSite,std::allocator< PhpSite > > const & hypoSites, PhpLigand const & refLigand,
size_t refConfIndex, std::string & reason) -> bool
passes(PhpLigand const & refLigand, size_t refConfIndex, std::vector< size_t,std::allocator< size_t > > const & refSiteIndices,
PhpLigand const & matchedLigand, size_t matchedConfIndex,
std::vector< size_t,std::allocator< size_t > > const & matchedSiteIndices,
std::vector< PhpSite,std::allocator< PhpSite > > & refSitesNeeded,
std::string & reason) -> bool
PhpSiteConstrainer_passes(PhpSiteConstrainer self, std::vector< PhpSite,std::allocator< PhpSite > > const & hypoSites,
bool checkHypoSites, PhpLigand const & matchedLigand, size_t matchedConfIndex,
std::vector< size_t,std::allocator< size_t > > const & matchedSiteIndices,
std::string & reason) -> bool
|