Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dpdbplugin.c135 char pdbrec[PDB_BUFFER_LENGTH]; in read_pdb_structure() local
147 rectype = read_pdb_record(pdb->fd, pdbrec); in read_pdb_structure()
151 get_pdb_fields(pdbrec, strlen(pdbrec), &atomserial, in read_pdb_structure()
180 get_pdb_conect(pdbrec, pdb->natoms, pdb->idxmap, in read_pdb_structure()
/dports/science/plumed/plumed2-2.7.2/src/molfile/
H A Dpdbplugin.cpp170 char pdbrec[PDB_BUFFER_LENGTH]; in read_pdb_structure() local
182 rectype = read_pdb_record(pdb->fd, pdbrec); in read_pdb_structure()
186 get_pdb_fields(pdbrec, strlen(pdbrec), &atomserial, in read_pdb_structure()
215 get_pdb_conect(pdbrec, pdb->natoms, pdb->idxmap, in read_pdb_structure()