RDKit
Open-source cheminformatics and machine learning.
|
Holds a collection of properties for computation purposes. More...
#include <Property.h>
Public Member Functions | |
Properties () | |
Properties (const std::vector< std::string > &propNames) | |
std::vector< std::string > | getPropertyNames () const |
std::vector< double > | computeProperties (const RDKit::ROMol &mol, bool annotate=false) const |
void | annotateProperties (RDKit::ROMol &mol) const |
Static Public Member Functions | |
static int | registerProperty (PropertyFunctor *ptr) |
Register a property function - takes ownership. | |
static boost::shared_ptr< PropertyFunctor > | getProperty (const std::string &name) |
static std::vector< std::string > | getAvailableProperties () |
Static Public Attributes | |
static std::vector< boost::shared_ptr< PropertyFunctor > > | registry |
Protected Attributes | |
std::vector< boost::shared_ptr< PropertyFunctor > > | m_properties |
Holds a collection of properties for computation purposes.
Definition at line 71 of file Property.h.
RDKit::Descriptors::Properties::Properties | ( | ) |
RDKit::Descriptors::Properties::Properties | ( | const std::vector< std::string > & | propNames | ) |
void RDKit::Descriptors::Properties::annotateProperties | ( | RDKit::ROMol & | mol | ) | const |
std::vector< double > RDKit::Descriptors::Properties::computeProperties | ( | const RDKit::ROMol & | mol, |
bool | annotate = false |
||
) | const |
|
static |
|
static |
Referenced by RDKit::Descriptors::makePropertyQuery().
std::vector< std::string > RDKit::Descriptors::Properties::getPropertyNames | ( | ) | const |
|
static |
Register a property function - takes ownership.
|
protected |
Definition at line 73 of file Property.h.
|
static |
Definition at line 89 of file Property.h.