| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FPHolderBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
AddFingerprint( (FPHolderBase)arg1, (ExplicitBitVect)arg2) -> int :
Adds a raw bit vector to the fingerprint database, returns the index of the supplied pattern
C++ signature :
unsigned int AddFingerprint(RDKit::FPHolderBase {lvalue},ExplicitBitVect)
|
AddMol( (FPHolderBase)arg1, (Mol)arg2) -> int :
Adds a molecule to the fingerprint database, returns the index of the new pattern
C++ signature :
unsigned int AddMol(RDKit::FPHolderBase {lvalue},RDKit::ROMol)
|
GetFingerprint( (FPHolderBase)arg1, (int)arg2) -> ExplicitBitVect :
Return the bit vector at the specified index
C++ signature :
ExplicitBitVect GetFingerprint(RDKit::FPHolderBase {lvalue},unsigned int)
|
MakeFingerprint( (FPHolderBase)arg1, (Mol)mol) -> ExplicitBitVect :
Compute the query bits for the holder
C++ signature :
ExplicitBitVect* MakeFingerprint(RDKit::FPHolderBase {lvalue},RDKit::ROMol)
|
PassesFilter( (FPHolderBase)arg1, (int)idx, (ExplicitBitVect)query) -> bool :
Returns True if the specified index passes the filter supplied by the query bit vector
C++ signature :
bool PassesFilter(RDKit::FPHolderBase {lvalue},unsigned int,ExplicitBitVect)
|
Raises an exception This class cannot be instantiated from Python
|
helper for pickle
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |