#include "CifBuilder.h"
char * CifBuilder::GetSubcategoryDescription(const char *
subcategoryId);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
char * description = cb.GetSubcategoryDescription("matrix");
GetSubcategoryDescription returns the description of a subcategory in the current context.
subcategoryId | the name of the subcategory |
Returns the description of the subcategory as a char * or NULL.
None |