RDKit
Open-source cheminformatics and machine learning.
|
#include <Property.h>
Public Member Functions | |
PropertyFunctor (std::string name, std::string version, double(*func)(const ROMol &)=nullptr) | |
virtual | ~PropertyFunctor () |
virtual double | operator() (const RDKit::ROMol &mol) const |
Compute the value of the property. | |
const std::string | getName () const |
Return the name of the property. | |
const std::string | getVersion () const |
Return the properties version. | |
Public Attributes | |
std::string | propName |
std::string | propVersion |
double(* | d_dataFunc )(const ROMol &) |
Definition at line 47 of file Property.h.
|
inline |
Definition at line 54 of file Property.h.
|
inlinevirtual |
Definition at line 59 of file Property.h.
|
inline |
Return the name of the property.
Definition at line 67 of file Property.h.
|
inline |
Return the properties version.
Definition at line 69 of file Property.h.
|
inlinevirtual |
Compute the value of the property.
Definition at line 62 of file Property.h.
Definition at line 52 of file Property.h.
std::string RDKit::Descriptors::PropertyFunctor::propName |
Definition at line 50 of file Property.h.
std::string RDKit::Descriptors::PropertyFunctor::propVersion |
Definition at line 51 of file Property.h.