![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <StereoGroup.h>
Public Member Functions | |
StereoGroup () | |
StereoGroup (StereoGroupType grouptype, std::vector< Atom * > &&atoms) | |
StereoGroup (StereoGroupType grouptype, const std::vector< Atom * > &atoms) | |
StereoGroupType | getGroupType () const |
const std::vector< Atom * > & | getAtoms () const |
bool | operator== (const StereoGroup &other) const |
bool | operator!= (const StereoGroup &other) const |
StereoGroup is a collection of atoms with a known stereochemical relationship
Used to help represent a sample with unknown stereochemistry, or that is a mix of diastereomers.
Definition at line 41 of file StereoGroup.h.
|
inline |
Definition at line 47 of file StereoGroup.h.
References RDKit::STEREO_ABSOLUTE.
RDKit::StereoGroup::StereoGroup | ( | StereoGroupType | grouptype, |
std::vector< Atom * > && | atoms | ||
) |
RDKit::StereoGroup::StereoGroup | ( | StereoGroupType | grouptype, |
const std::vector< Atom * > & | atoms | ||
) |
const std::vector<Atom*>& RDKit::StereoGroup::getAtoms | ( | ) | const |
StereoGroupType RDKit::StereoGroup::getGroupType | ( | ) | const |
|
inline |
Definition at line 58 of file StereoGroup.h.
|
inline |
Definition at line 55 of file StereoGroup.h.