| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FilterCatalogEntry
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
__instance_size__ = 24
|
|||
|
|||
ClearProp( (FilterCatalogEntry)arg1, (str)arg2) -> None :
C++ signature :
void ClearProp(RDKit::FilterCatalogEntry {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
GetDescription( (FilterCatalogEntry)arg1) -> str :
Get the description of the catalog entry
C++ signature :
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GetDescription(RDKit::FilterCatalogEntry {lvalue})
|
GetFilterMatches( (FilterCatalogEntry)arg1, (Mol)mol) -> VectFilterMatch :
Retrieve the list of filters that match the molecule
C++ signature :
std::vector<RDKit::FilterMatch, std::allocator<RDKit::FilterMatch> > GetFilterMatches(RDKit::FilterCatalogEntry {lvalue},RDKit::ROMol)
|
GetProp( (FilterCatalogEntry)arg1, (str)arg2) -> str :
C++ signature :
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GetProp(RDKit::FilterCatalogEntry {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
GetPropList( (FilterCatalogEntry)arg1) -> _vectNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE :
C++ signature :
std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > GetPropList(RDKit::FilterCatalogEntry {lvalue})
|
HasFilterMatch( (FilterCatalogEntry)arg1, (Mol)mol) -> bool :
Returns True if the catalog entry contains filters that match the molecule
C++ signature :
bool HasFilterMatch(RDKit::FilterCatalogEntry {lvalue},RDKit::ROMol)
|
IsValid( (FilterCatalogEntry)arg1) -> bool :
C++ signature :
bool IsValid(RDKit::FilterCatalogEntry {lvalue})
|
Serialize( (FilterCatalogEntry)arg1) -> object :
C++ signature :
boost::python::api::object Serialize(RDKit::FilterCatalogEntry)
|
SetDescription( (FilterCatalogEntry)arg1, (str)description) -> None :
Set the description of the catalog entry
C++ signature :
void SetDescription(RDKit::FilterCatalogEntry {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
SetProp( (FilterCatalogEntry)arg1, (str)arg2, (str)arg3) -> None :
C++ signature :
void SetProp(RDKit::FilterCatalogEntry {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (str)arg2, (FilterMatcherBase)arg3) -> None :
C++ signature :
void __init__(_object*,std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >,RDKit::FilterMatcherBase {lvalue})
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |