Internal class to handle reagent information more easily.
More...
#include <FragmentLibrary.hh>
|
| std::string | name_ |
| |
| RDKit::RWMOL_SPTR | mol_ |
| |
| std::shared_ptr< RDKit::SparseIntVect< unsigned int > > | fingerprint_ |
| |
Internal class to handle reagent information more easily.
◆ Reagent() [1/2]
| protocols::ligand_evolution::Reagent::Reagent |
( |
std::string const & |
name, |
|
|
std::string const & |
reagent_smiles |
|
) |
| |
◆ ~Reagent()
| protocols::ligand_evolution::Reagent::~Reagent |
( |
| ) |
|
|
default |
◆ Reagent() [2/2]
| protocols::ligand_evolution::Reagent::Reagent |
( |
Reagent const & |
other | ) |
|
|
delete |
◆ fingerprint()
| std::shared_ptr< RDKit::SparseIntVect< unsigned int > > protocols::ligand_evolution::Reagent::fingerprint |
( |
| ) |
|
|
inline |
◆ mol()
| RDKit::RWMOL_SPTR protocols::ligand_evolution::Reagent::mol |
( |
| ) |
|
|
inline |
◆ name()
| std::string protocols::ligand_evolution::Reagent::name |
( |
| ) |
const |
|
inline |
◆ operator=()
| Reagent& protocols::ligand_evolution::Reagent::operator= |
( |
Reagent const & |
other | ) |
|
|
delete |
◆ fingerprint_
| std::shared_ptr< RDKit::SparseIntVect< unsigned int > > protocols::ligand_evolution::Reagent::fingerprint_ |
|
private |
◆ mol_
| RDKit::RWMOL_SPTR protocols::ligand_evolution::Reagent::mol_ |
|
private |
◆ name_
| std::string protocols::ligand_evolution::Reagent::name_ |
|
private |
The documentation for this class was generated from the following files: