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