| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
PropertyFunctor
Property computation class stored in the property registry. See rdkit.Chem.rdMolDescriptor.Properties.GetProperty and rdkit.Chem.Descriptor.Properties.PropertyFunctor for creating new ones
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
GetName( (PropertyFunctor)arg1) -> str :
Return the name of the property to calculate
C++ signature :
std::string GetName(RDKit::Descriptors::PropertyFunctor {lvalue})
|
GetVersion( (PropertyFunctor)arg1) -> str :
Return the version of the calculated property
C++ signature :
std::string GetVersion(RDKit::Descriptors::PropertyFunctor {lvalue})
|
__call__( (PropertyFunctor)arg1, (Mol)arg2) -> float :
Compute the property for the specified molecule
C++ signature :
double __call__(RDKit::Descriptors::PropertyFunctor {lvalue},RDKit::ROMol)
|
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 |