#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryItemUnitsConversionToCode(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numUnitsConv = 0;
char ** itemUnitsConversionToCode =
cb.GetDictionaryItemUnitsConversionToCode(numUnitsConv);
GetDictionaryItemUnitsConversionToCode returns a list of the produced units after converting between the various units in the current dictionary datablock (context).
n | a reference to a uWord to hold the number of item unit conversions |
Returns the list of results as a char ** or NULL. The number of item unit conversions will be passed back via the argument.
See also: | GetDictionaryItemUnitsConversionOperator |
---|---|
GetDictionaryItemUnitsConversionFactor | |
GetDictionaryItemUnitsConversionFromCode |