|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "CifBuilder.h"
int CifBuilder::OpenFile(char * filename);
#include "CifBuilder.h"
CifBuilder cb();
cb.OpenFile("mmCif96.psf");
OpenFile opens the persistent storage file named by filename and associates the CifBuilder object with it
| filename | the name of the persistent storage file to be used in building the cifobjs |
Returns an integer error code, with NO_ERROR upon success and a negative value for failure
| See also: | CifBuilder |
|---|