Files
pymol-open-source/layer2/ObjectMolecule3.h
Thomas Holder 07435800fc pbc_wrap/pbc_unwrap, smooth+intra_fit pbc support
- new `pbc_wrap` and `pbc_unwrap` commands
- `intra_fit pbc=1` (default) automatically unwraps and rewraps
- `smooth pbc=1` (default) automatically unwraps and rewraps
- Changes CoordSetRealToFrac/CoordSetFracToReal to take the
  premultiplied state matrix into account
2021-03-26 14:04:35 +01:00

7 lines
185 B
C

#pragma once
#include "ObjectMolecule.h"
void ObjectMoleculePBCUnwrap(ObjectMolecule&, bool bymol = true);
void ObjectMoleculePBCWrap(ObjectMolecule&, float const* center = nullptr);