#include <Property.h>
Definition at line 47 of file Property.h.
◆ PropertyFunctor()
RDKit::Descriptors::PropertyFunctor::PropertyFunctor |
( |
std::string |
name, |
|
|
std::string |
version, |
|
|
double(*)(const ROMol &) |
func = nullptr |
|
) |
| |
|
inline |
◆ ~PropertyFunctor()
virtual RDKit::Descriptors::PropertyFunctor::~PropertyFunctor |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
const std::string RDKit::Descriptors::PropertyFunctor::getName |
( |
| ) |
const |
|
inline |
Return the name of the property.
Definition at line 65 of file Property.h.
◆ getVersion()
const std::string RDKit::Descriptors::PropertyFunctor::getVersion |
( |
| ) |
const |
|
inline |
Return the properties version.
Definition at line 67 of file Property.h.
◆ operator()()
Compute the value of the property.
◆ d_dataFunc
◆ propName
std::string RDKit::Descriptors::PropertyFunctor::propName |
◆ propVersion
std::string RDKit::Descriptors::PropertyFunctor::propVersion |
The documentation for this struct was generated from the following file: