#include "CifBuilder.h"
void CifBuilder::SetContext(const char * dataBlockName);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
SetContext sets the current searchable dictionary datablock to dataBlockName, which must occur in the dictionary list built by BuildDictionaryList
dataBlockName | the context into which subsequent searches will be made, i.e. the current dictionary datablock's name |
None
None |