|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryItemUnitsConversionOperator(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numUnitsConv = 0;
char ** itemUnitsConversionOperators =
cb.GetDictionaryItemUnitsConversionOperator(numUnitsConv);
GetDictionaryItemUnitsConversionOperator returns a list of arithmetic operators for 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 operators as a char ** or NULL. The number of item unit conversions will be passed back via the argument.
| See also: | GetDictionaryItemUnitsConversionFactor |
|---|---|
| GetDictionaryItemUnitsConversionToCode | |
| GetDictionaryItemUnitsConversionFromCode |