![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <AlignMolecules.h>
Public Member Functions | |
| MolAlignException (const char *msg) | |
| construct with an error message More... | |
| MolAlignException (const std::string msg) | |
| construct with an error message More... | |
| const char * | message () const |
| get the error message More... | |
| ~MolAlignException () throw () | |
Definition at line 23 of file AlignMolecules.h.
|
inline |
construct with an error message
Definition at line 26 of file AlignMolecules.h.
|
inline |
construct with an error message
Definition at line 28 of file AlignMolecules.h.
|
inline | |||||||||||||
Definition at line 31 of file AlignMolecules.h.
References RDKit::MolAlign::alignMol(), RDKit::MolAlign::alignMolConformers(), RDKit::MolAlign::getAlignmentTransform(), and RDKit::MolAlign::reflect().
|
inline |
get the error message
Definition at line 30 of file AlignMolecules.h.