RDKit
Open-source cheminformatics and machine learning.
|
#include <Edge.h>
Public Member Functions | |
Edge ()=delete | |
Edge (const Edge &)=delete | |
Edge & | operator= (const Edge &)=delete |
Edge (Node *beg, Node *end, Bond *bond) | |
Node * | getOther (const Node *node) const |
Node * | getBeg () const |
Node * | getEnd () const |
Bond * | getBond () const |
Descriptor | getAux () const |
bool | isBeg (const Node *node) const |
bool | isEnd (const Node *node) const |
void | setAux (Descriptor aux) |
void | flip () |
|
delete |
void RDKit::CIPLabeler::Edge::flip | ( | ) |
Descriptor RDKit::CIPLabeler::Edge::getAux | ( | ) | const |
Node * RDKit::CIPLabeler::Edge::getBeg | ( | ) | const |
Bond * RDKit::CIPLabeler::Edge::getBond | ( | ) | const |
Node * RDKit::CIPLabeler::Edge::getEnd | ( | ) | const |
void RDKit::CIPLabeler::Edge::setAux | ( | Descriptor | aux | ) |