![]() |
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 |
Referenced by Edge(), and operator=().
| void RDKit::CIPLabeler::Edge::flip | ( | ) |
References RDKit::CIPLabeler::NONE.
| Descriptor RDKit::CIPLabeler::Edge::getAux | ( | ) | const |
| Node * RDKit::CIPLabeler::Edge::getBeg | ( | ) | const |
| Bond * RDKit::CIPLabeler::Edge::getBond | ( | ) | const |
| Node * RDKit::CIPLabeler::Edge::getEnd | ( | ) | const |
| bool RDKit::CIPLabeler::Edge::isBeg | ( | const Node * | node | ) | const |
| bool RDKit::CIPLabeler::Edge::isEnd | ( | const Node * | node | ) | const |
| void RDKit::CIPLabeler::Edge::setAux | ( | Descriptor | aux | ) |