![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolFragmenter.h>
Public Attributes | |
| MolzipLabel | label = MolzipLabel::AtomMapNumber |
| std::vector< std::string > | atomSymbols |
| std::string | atomProperty |
| bool | enforceValenceRules = true |
| bool | generateCoordinates |
| bool | alignCoordinates |
Definition at line 120 of file MolFragmenter.h.
| bool RDKit::MolzipParams::alignCoordinates |
if true and the input fragments have coordinates, the fragments will be aligned along connection vectors in the output molecule
Definition at line 129 of file MolFragmenter.h.
| std::string RDKit::MolzipParams::atomProperty |
Definition at line 123 of file MolFragmenter.h.
| std::vector<std::string> RDKit::MolzipParams::atomSymbols |
Definition at line 122 of file MolFragmenter.h.
| bool RDKit::MolzipParams::enforceValenceRules = true |
Definition at line 124 of file MolFragmenter.h.
| bool RDKit::MolzipParams::generateCoordinates |
if true, 2D coords will be generated for the output molecule and assigned to the input fragments as well
Definition at line 125 of file MolFragmenter.h.
| MolzipLabel RDKit::MolzipParams::label = MolzipLabel::AtomMapNumber |
Definition at line 121 of file MolFragmenter.h.