Home
last modified time | relevance | path

Searched defs:OBAtom (Results 1 – 22 of 22) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/
H A Dgraphsym.cpp64 void print_sym_classes(const std::string &label, const std::vector<std::pair<OpenBabel::OBAtom*, un… in print_sym_classes()
125 …inline bool ComparePairFirst(const std::pair<OBAtom*,unsigned int> &a,const std::pair<OBAtom*,unsi… in ComparePairFirst()
130 …inline bool ComparePairSecond(const std::pair<OBAtom*,unsigned int> &a,const std::pair<OBAtom*,uns… in ComparePairSecond()
345 void OBGraphSymPrivate::CreateNewClassVector(std::vector<std::pair<OBAtom*,unsigned int> > &vp1, in CreateNewClassVector()
399 …void OBGraphSymPrivate::CreateNewClassVector(OBMol *mol, std::vector<std::pair<OBAtom*,unsigned in… in CreateNewClassVector()
461 void OBGraphSymPrivate::CountAndRenumberClasses(std::vector<std::pair<OBAtom*,unsigned int> > &vp, in CountAndRenumberClasses()
495 …int OBGraphSymPrivate::ExtendInvariants(std::vector<std::pair<OBAtom*, unsigned int> > &symmetry_c… in ExtendInvariants()
H A Dgeneric.cpp967 void OBAngle::SetAtoms(triple<OBAtom*,OBAtom*,OBAtom*> &atoms) in SetAtoms()
1266 bool OBTorsion::AddTorsion(quad<OBAtom*,OBAtom*,OBAtom*,OBAtom*> &atoms) in AddTorsion()
H A Dmol.cpp204 bool SortAtomZ(const pair<OBAtom*,double> &a, const pair<OBAtom*,double> &b) in SortAtomZ()
678 …static bool OBComparePairSecond(const pair<OBAtom*,unsigned int> &a,const pair<OBAtom*,unsigned in… in OBComparePairSecond()
683 …static bool OBComparePairFirst(const pair<OBAtom*,unsigned int> &a,const pair<OBAtom*,unsigned int… in OBComparePairFirst()
689 static void ClassCount(vector<pair<OBAtom*,unsigned int> > &vp,unsigned int &count) in ClassCount()
744 …static void CreateNewClassVector(vector<pair<OBAtom*,unsigned int> > &vp1,vector<pair<OBAtom*,unsi… in CreateNewClassVector()
H A Datom.cpp116 OBAtom::OBAtom() in OBAtom() function in OpenBabel::OBAtom
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dgraphsym.h36 class OBAtom; variable
H A Dreactionfacade.h26 class OBAtom; variable
H A Dinternalcoord.h34 class OBAtom; variable
H A Dbuilder.h35 class OBAtom; variable
H A Dmolchrg.h31 class OBAtom; variable
H A Dchains.h33 class OBAtom; variable
H A Dring.h35 class OBAtom; variable
H A Ddata.h35 class OBAtom; variable
H A Dbond.h36 class OBAtom; variable
H A Dobiter.h34 class OBAtom; variable
H A Dmol.h53 class OBAtom; variable
H A Dparsmart.h35 class OBAtom; variable
H A Dresidue.h41 class OBAtom; variable
H A Dgeneric.h38 class OBAtom; variable
/dports/science/openbabel/openbabel-3.1.1/scripts/php/
H A Dbaphpel.php434 public function __construct($OBAtom) {
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dpybel.py729 def __init__(self, OBAtom): argument
H A Dopenbabel.py2454 class OBAtom(OBBase): class
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dmdlformat.cpp1802 void MDLFormat::GetParity(OBMol& mol, map<OBAtom*, MDLFormat::Parity> &parity) in GetParity()