source: tests/regression/Parser/Pdb/pre/testmulti2.pdb

Candidate_v1.6.1
Last change on this file was 9dba5f, checked in by Frederik Heber <heber@…>, 14 years ago

PdbParser can now load and save multiple time steps.

  • WARNING: Molecules are not yet updated, it only works on simple test.
  • TEST: Parser/Pdb regression test on loading/storing multiple steps added.
  • PdbAtomInfoContainer:
    • private static knownDataKeys map from enum to strings, filled in cstor when empty by fillknownDataKeys() and cleared by befriended PdbParser's dstor.
    • operator << to easily print container.
    • getter function getDataKey.
  • PdbKey:
  • Pdbparser:
    • extended load() and added verbosity.
    • readAtomDataLine() can parse trajectories into present atoms.
    • extended save() and added verbosity.
    • new helper functions getAtomToParse() and readPdbAtomInfoContainer().
  • Property mode set to 100644
File size: 229 bytes
Line 
1REMARK created by molecuilder on Fri Aug 27 12:18:33 2010
2ATOM 1 H01 pre b 0 10.0 10.0 10.0 1.0 1.0 0 H 0
3END
4
5ATOM 1 H01 pre b 0 11.0 10.0 10.0 1.0 1.0 0 H 0
6END
Note: See TracBrowser for help on using the repository browser.