Home
last modified time | relevance | path

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

/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_chain.h97 virtual int GetSerNum () { return 0; } in GetSerNum() function
H A Dmmdb_atom.cpp881 return residue->chain->model->GetSerNum(); in GetModelNum()
1323 sprintf (AtomID,"/%i/",residue->chain->model->GetSerNum()); in GetAtomID()
1369 sprintf ( AtomID,S,residue->chain->model->GetSerNum() ); in GetAtomIDfmt()
2913 return chain->model->GetSerNum(); in GetModelNum()
3058 sprintf ( ResidueID,"/%i/",chain->model->GetSerNum() ); in GetResidueID()
H A Dmmdb_model.h663 int GetSerNum (); // returns the model's serial number
H A Dmmdb_chain.cpp2231 if (model) return model->GetSerNum(); in GetModelNum()
2238 sprintf ( ChID,"/%i/",model->GetSerNum() ); in GetChainID()
H A Dmmdb_root.cpp1168 SwitchModel ( model[i]->GetSerNum() ); in MakeHetAtoms()
H A Dmmdb_coormngr.cpp593 if (mdl) return mdl->GetSerNum(); in GetFirstModelNum()
H A Dmmdb_model.cpp4395 int Model::GetSerNum() { in GetSerNum() function in mmdb::Model
/dports/science/clipper/clipper-2.1/clipper/mmdbold/
H A Dclipper_mmdb.cpp416 { return ptr->GetSerNum()-1; } in index()