OEFragConfReader¶
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OEFragConfReader
This class defines interface to perfom fragment conformer sampling from provided 3D molecule structures.
- The OEFragConfReader class defines the following public methods:
Init¶
bool Init(OEChem::oemolistream &ifs)
Initializes the reader with 3D molecules from which to sample fragment conformers.
ReadConformers¶
bool ReadConformers(OEChem::OEMCMolBase &mol) const
Reads fragment conformers from obtained molecule structures and generates fragment conformers.