RDKit
Open-source cheminformatics and machine learning.
|
#include <Fragment.h>
Public Member Functions | |
Largest () | |
Largest (std::string &smiles, boost::shared_ptr< ROMol > fragment, unsigned int &numatoms, double &weight, bool &organic) | |
Public Attributes | |
std::string | Smiles |
boost::shared_ptr< ROMol > | Fragment |
unsigned int | NumAtoms {0} |
double | Weight {0} |
bool | Organic {false} |
Definition at line 88 of file Fragment.h.
RDKit::MolStandardize::LargestFragmentChooser::Largest::Largest | ( | ) |
RDKit::MolStandardize::LargestFragmentChooser::Largest::Largest | ( | std::string & | smiles, |
boost::shared_ptr< ROMol > | fragment, | ||
unsigned int & | numatoms, | ||
double & | weight, | ||
bool & | organic | ||
) |
boost::shared_ptr<ROMol> RDKit::MolStandardize::LargestFragmentChooser::Largest::Fragment |
Definition at line 93 of file Fragment.h.
Definition at line 94 of file Fragment.h.
Definition at line 96 of file Fragment.h.
std::string RDKit::MolStandardize::LargestFragmentChooser::Largest::Smiles |
Definition at line 92 of file Fragment.h.
double RDKit::MolStandardize::LargestFragmentChooser::Largest::Weight {0} |
Definition at line 95 of file Fragment.h.