Home
last modified time | relevance | path

Searched refs:residuesASN (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dstyle_manager.cpp1524 CCn3d_user_annotation::TResidues *residuesASN, in CreateObjectLocation() argument
1527 residuesASN->clear(); in CreateObjectLocation()
1533 CCn3d_user_annotation::TResidues::iterator l, le = residuesASN->end(); in CreateObjectLocation()
1534 for (l=residuesASN->begin(); l!=le; ++l) in CreateObjectLocation()
1548 residuesASN->push_back(loc); in CreateObjectLocation()
1549 l = residuesASN->end(); in CreateObjectLocation()
1619 const CCn3d_user_annotation::TResidues& residuesASN) in ExtractObjectLocation() argument
1621 CCn3d_user_annotation::TResidues::const_iterator o, oe = residuesASN.end(); in ExtractObjectLocation()
1622 for (o=residuesASN.begin(); o!=oe; ++o) { in ExtractObjectLocation()