| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FilterCatalog
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
__instance_size__ = 64
|
|||
|
|||
AddEntry( (FilterCatalog)entry [, (FilterCatalogEntry)updateFPLength=False]) -> None :
Add a FilterCatalogEntry to the catalog
C++ signature :
void AddEntry(RDKit::FilterCatalog {lvalue} [,RDKit::FilterCatalogEntry*=False])
|
GetEntry( (FilterCatalog)arg1, (int)idx) -> FilterCatalogEntry :
Return the FilterCatalogEntry at the specified index
C++ signature :
boost::shared_ptr<RDKit::FilterCatalogEntry const> GetEntry(RDKit::FilterCatalog {lvalue},unsigned int)
|
GetEntryWithIdx( (FilterCatalog)arg1, (int)idx) -> FilterCatalogEntry :
Return the FilterCatalogEntry at the specified index
C++ signature :
boost::shared_ptr<RDKit::FilterCatalogEntry const> GetEntryWithIdx(RDKit::FilterCatalog {lvalue},unsigned int)
|
GetFirstMatch( (FilterCatalog)arg1, (Mol)mol) -> FilterCatalogEntry :
Return the first catalog entry that matches mol
C++ signature :
boost::shared_ptr<RDKit::FilterCatalogEntry const> GetFirstMatch(RDKit::FilterCatalog {lvalue},RDKit::ROMol)
|
GetMatches( (FilterCatalog)arg1, (Mol)mol) -> FilterCatalogEntryList :
Return all catalog entries that match mol
C++ signature :
std::vector<boost::shared_ptr<RDKit::FilterCatalogEntry const>, std::allocator<boost::shared_ptr<RDKit::FilterCatalogEntry const> > > GetMatches(RDKit::FilterCatalog {lvalue},RDKit::ROMol)
|
GetNumEntries( (FilterCatalog)arg1) -> int :
Returns the number of entries in the catalog
C++ signature :
unsigned int GetNumEntries(RDKit::FilterCatalog {lvalue})
|
HasMatch( (FilterCatalog)arg1, (Mol)mol) -> bool :
Returns True if the catalog has an entry that matches mol
C++ signature :
bool HasMatch(RDKit::FilterCatalog {lvalue},RDKit::ROMol)
|
RemoveEntry( (FilterCatalog)arg1, (AtomPairsParameters)arg2) -> bool :
Remove the given entry from the catalog
C++ signature :
bool RemoveEntry(RDKit::FilterCatalog {lvalue},boost::python::api::object)
|
Serialize( (FilterCatalog)arg1) -> object :
C++ signature :
boost::python::api::object Serialize(RDKit::FilterCatalog)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (str)arg2) -> None :
C++ signature :
void __init__(_object*,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
__init__( (object)arg1, (FilterCatalogParams)arg2) -> None :
C++ signature :
void __init__(_object*,RDKit::FilterCatalogParams)
__init__( (object)arg1, (FilterCatalogs)arg2) -> None :
C++ signature :
void __init__(_object*,RDKit::FilterCatalogParams::FilterCatalogs)
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |