![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <new_canon.h>
Public Attributes | |
| const Atom * | atom {nullptr} |
| int | index {-1} |
| unsigned int | degree {0} |
| unsigned int | totalNumHs {0} |
| bool | hasRingNbr {false} |
| bool | isRingStereoAtom {false} |
| unsigned int | whichStereoGroup {0} |
| StereoGroupType | typeOfStereoGroup {StereoGroupType::STEREO_ABSOLUTE} |
| std::unique_ptr< int[]> | nbrIds |
| const std::string * | p_symbol |
| std::vector< int > | neighborNum |
| std::vector< int > | revistedNeighbors |
| std::vector< bondholder > | bonds |
Definition at line 99 of file new_canon.h.
| const Atom* RDKit::Canon::canon_atom::atom {nullptr} |
Definition at line 100 of file new_canon.h.
| std::vector<bondholder> RDKit::Canon::canon_atom::bonds |
Definition at line 113 of file new_canon.h.
| unsigned int RDKit::Canon::canon_atom::degree {0} |
Definition at line 102 of file new_canon.h.
Referenced by RDKit::Canon::BreakTies(), and RDKit::Canon::RefinePartitions().
| bool RDKit::Canon::canon_atom::hasRingNbr {false} |
Definition at line 104 of file new_canon.h.
| int RDKit::Canon::canon_atom::index {-1} |
Definition at line 101 of file new_canon.h.
Referenced by RDKit::Canon::BreakTies(), and RDKit::Canon::RefinePartitions().
| bool RDKit::Canon::canon_atom::isRingStereoAtom {false} |
Definition at line 105 of file new_canon.h.
| std::unique_ptr<int[]> RDKit::Canon::canon_atom::nbrIds |
Definition at line 108 of file new_canon.h.
Referenced by RDKit::Canon::BreakTies(), and RDKit::Canon::RefinePartitions().
| std::vector<int> RDKit::Canon::canon_atom::neighborNum |
Definition at line 111 of file new_canon.h.
| const std::string* RDKit::Canon::canon_atom::p_symbol |
Definition at line 109 of file new_canon.h.
| std::vector<int> RDKit::Canon::canon_atom::revistedNeighbors |
Definition at line 112 of file new_canon.h.
| unsigned int RDKit::Canon::canon_atom::totalNumHs {0} |
Definition at line 103 of file new_canon.h.
| StereoGroupType RDKit::Canon::canon_atom::typeOfStereoGroup {StereoGroupType::STEREO_ABSOLUTE} |
Definition at line 107 of file new_canon.h.
| unsigned int RDKit::Canon::canon_atom::whichStereoGroup {0} |
Definition at line 106 of file new_canon.h.