![]() |
Bsoft 2.1.4
Bernard's software package
|
Library routines to read and write molecule files in CIF format. More...
#include "star.h"
#include "rwmolecule.h"
#include "rwmodel_cif.h"
#include "mol_tags.h"
#include "linked_list.h"
#include "utilities.h"
Functions | |
Bmodel * | read_model_cif (Bstring &filename, Bstring ¶mfile) |
Reads a molecule group from a CIF format file. More... | |
long | write_model_cif (Bstring &filename, Bmodel *model) |
Writes a molecule group to a CIF format file. More... | |
Variables | |
int | verbose |
Library routines to read and write molecule files in CIF format.
Reads a molecule group from a CIF format file.
&filename | the file name. |
¶mfile | parameter file. |
Writes a molecule group to a CIF format file.
&filename | the file name. |
*model | the model. |
|
extern |