Home
last modified time | relevance | path

Searched defs:setIsotope (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DAtom.cpp497 void Atom::setIsotope(unsigned int what) { d_isotope = what; } in setIsotope() function in RDKit::Atom
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DAtom.java391 void setIsotope(Integer isotope) { in setIsotope() method in Atom