|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "CifBuilder.h"
char ** CifBuilder::GetDictionaryMethodsListCode(uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryListCode();
cb.SetContext("cifdic.m96");
uWord numMethods = 0;
char ** methodsListCode =
cb.GetDictionaryMethodsListCode(numMethods);
GetDictionaryMethodsListCode returns an array of char * that holds the descriptions of the functions of the methods in the current dictionary datablock (context).
| n | a reference to a uWord to hold the number of methods |
Returns the codes as a char ** or NULL. The number of methods will be passed back via the argument.
| See also: | GetDictionaryMethodsList |
|---|---|
| GetDictionaryMethodsListDetail | |
| GetDictionaryMethodsListInline | |
| GetDictionaryMethodsListLanguage |