#include "CifBuilder.h"
char * CifBuilder::GetCategoryMandatoryCode(const char *
categoryId);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
char * mandCode = cb.GetCategoryMandatoryCode("atom_site");
GetCategoryDescription returns the mandatory code of a category in the current context.
categoryId | the name of the category |
Returns the mandatory code of the category as a char *.
None |