#include <Property.h>
Definition at line 46 of file Property.h.
◆ PropertyFunctor()
RDKit::Descriptors::PropertyFunctor::PropertyFunctor |
( |
const std::string & |
name, |
|
|
const std::string & |
version, |
|
|
double(*)(const ROMol &) |
func = NULL |
|
) |
| |
|
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 62 of file Property.h.
◆ getVersion()
const std::string RDKit::Descriptors::PropertyFunctor::getVersion |
( |
| ) |
const |
|
inline |
Return the properties version.
Definition at line 64 of file Property.h.
◆ operator()()
virtual double RDKit::Descriptors::PropertyFunctor::operator() |
( |
const RDKit::ROMol & |
| ) |
const |
|
pure virtual |
Compute the value of the property.
◆ d_dataFunc
double(* RDKit::Descriptors::PropertyFunctor::d_dataFunc) (const ROMol &) |
◆ 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: