#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryItemStructureListIndex(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numI = 0;
char ** itemStructListIndex =
cb.GetDictionaryItemStructureListIndex(numI);
GetDictionaryItemStructureListIndex returns an array of indices of the item structures in the current dictionary datablock (context).
n | a reference to a uWord to hold the number of item structures |
Returns the list of indices as a char ** or NULL. The number of item structures will be passed back via the argument.
See also: | GetDictionaryItemStructureList |
---|---|
GetDictionaryItemStructureListDimension |