Home
last modified time | relevance | path

Searched defs:get_anisou (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DAtomInfoHistory.h90 const float * get_anisou() const { return &U11; } // for copying in get_anisou() function
91 float * get_anisou() { return &U11; } // for copying in get_anisou() function
166 const float * get_anisou() const { return NULL; } in get_anisou() function
167 float * get_anisou() { return NULL; } in get_anisou() function
252 const short * get_anisou() const { return anisou; } // for copying in get_anisou() function
253 short * get_anisou() { return anisou; } // for copying in get_anisou() function
H A DAtomInfo.h356 float * get_anisou() { return (anisou ? anisou : (anisou = new float[6])); } in get_anisou() function
359 const float * get_anisou() const { return anisou; } in get_anisou() function
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DAtom.py358 def get_anisou(self): member in Atom