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