Function pdbtbx::save_pdb_raw[][src]

pub fn save_pdb_raw<T: Write>(
    pdb: &PDB,
    sink: BufWriter<T>,
    level: StrictnessLevel
)

Save the given PDB struct to the given BufWriter. It does not validate or renumber the PDB, so if that is needed that needs to be done in preparation. It does change the output format based on the StrictnessLevel given.

Loose

  • Does not pad all lines to 70 chars length
  • Does not save the MASTER record