![]() |
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) | |
StereoGroup (const StereoGroup &other)=default | |
StereoGroup & | operator= (const StereoGroup &other)=default |
StereoGroup (StereoGroup &&other)=default | |
StereoGroup & | operator= (StereoGroup &&other)=default |
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.
RDKit::StereoGroup::StereoGroup | ( | StereoGroupType | grouptype, |
std::vector< Atom * > && | atoms | ||
) |
RDKit::StereoGroup::StereoGroup | ( | StereoGroupType | grouptype, |
const std::vector< Atom * > & | atoms | ||
) |
|
default |
|
default |
const std::vector< Atom * > & RDKit::StereoGroup::getAtoms | ( | ) | const |
StereoGroupType RDKit::StereoGroup::getGroupType | ( | ) | const |
|
inline |
Definition at line 63 of file StereoGroup.h.
|
default |
|
default |
|
inline |
Definition at line 60 of file StereoGroup.h.