~esys-p-dev/esys-particle/gengeo

« back to all changes in this revision

Viewing changes to Python/MNTable3DPy.cc

  • Committer: Steffen Abe
  • Date: 2015-03-06 09:19:16 UTC
  • Revision ID: s.abe@igem-energie.de-20150306091916-3nvu8s74or0jcyyd
Added block writing functions for bonded models
WARNING: THIS IS STRONGLY EXPERIMENTAL
- still has 2 issues: 
(1) generation of spurious bonds
(2) the temporary bond file isn't removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
        "@kwarg maxPoint: The maximum point of the block.\n"
421
421
      ) 
422
422
      .def(
 
423
        "writeBondsBlocked",
 
424
        &MNTable3D::writeBondsBlocked,
 
425
        "Writing the current bonds to a temporary file.\n"
 
426
      )
 
427
      .def(
 
428
        "removeBonds",
 
429
        &MNTable3D::removeBonds,
 
430
        "Delete all currently stored bonds.\n"
 
431
      )
 
432
      .def(
423
433
        "finishBlockWriting",
424
434
        &MNTable3D::finishBlockWriting,
425
435
        "Finish block writing.\n"