#include <Property.h>
Definition at line 45 of file Property.h.
| RDKit::Descriptors::PropertyFunctor::PropertyFunctor |
( |
const std::string & |
name, |
|
|
const std::string & |
version, |
|
|
double(*)(const ROMol &) |
func = NULL |
|
) |
| |
|
inline |
| virtual RDKit::Descriptors::PropertyFunctor::~PropertyFunctor |
( |
| ) |
|
|
inlinevirtual |
| const std::string RDKit::Descriptors::PropertyFunctor::getName |
( |
| ) |
const |
|
inline |
| const std::string RDKit::Descriptors::PropertyFunctor::getVersion |
( |
| ) |
const |
|
inline |
| virtual double RDKit::Descriptors::PropertyFunctor::operator() |
( |
const RDKit::ROMol & |
| ) |
const |
|
pure virtual |
| double(* RDKit::Descriptors::PropertyFunctor::d_dataFunc) (const ROMol &) |
| std::string RDKit::Descriptors::PropertyFunctor::propName |
| std::string RDKit::Descriptors::PropertyFunctor::propVersion |
The documentation for this struct was generated from the following file: