mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
Adds KeyFromPropHolder to hold user defined indices (#4571)
* Adds KeyFromPropHolder to hold user defined indices * Add missing file * I hate swig. Had to move keyholder classes into main header file, yuck. But I added tests, so yay? * Remove removed dependency * Fix borked test * Make consistent getKeys function, fix constness * Fix overloaded call * Remove GetKey/s from SubstructLibrary
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
%shared_ptr(RDKit::FPHolderBase)
|
||||
%shared_ptr(RDKit::PatternHolder)
|
||||
%shared_ptr(RDKit::TautomerPatternHolder)
|
||||
%shared_ptr(RDKit::KeyHolderBase)
|
||||
%shared_ptr(RDKit::KeyFromPropHolder)
|
||||
|
||||
%template(UChar_Vect) std::vector<unsigned char>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user