19 #ifndef OST_IO_ENTITY_DCD_IO_HH
20 #define OST_IO_ENTITY_DCD_IO_HH
30 namespace ost {
namespace io {
39 const String& trj_filename,
40 unsigned int stride=1,
42 bool detect_swap=
true,
43 bool byte_swap=
false);
51 const String& pdb_filename,
52 const String& dcd_filename,
53 unsigned int stride=1,
54 const IOProfile& profile=IOProfile());
void DLLEXPORT_OST_IO SaveCHARMMTraj(const mol::CoordGroupHandle &coord_group, const String &pdb_filename, const String &dcd_filename, unsigned int stride=1, const IOProfile &profile=IOProfile())
export coord group as PDB file and DCD trajectory if the pdb filename is an empty string,...
mol::CoordGroupHandle DLLEXPORT_OST_IO LoadCHARMMTraj(const mol::EntityHandle &ent, const String &trj_filename, unsigned int stride=1, bool lazy_load=false, bool detect_swap=true, bool byte_swap=false)
import a CHARMM trajectory in dcd format with an existing entity requires the existing entity and the...