![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "CifBuilder.h"
char ** CifBuilder::GetCategoryExamplesDetail(const char *
categoryId,
uWord & n);
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
uWord numExamples = 0;
char ** examplesDetail = cb.GetCategoryExamplesDetail("atom_site",
numExamples);
GetCategoryExamplesDetail returns an array of example details for the category categoryId.
categoryId | the name of the category |
n | a reference to a uWord to hold the number of examples |
Returns the example details as a char ** or NULL. The number of examples will be passed back via the second argument.
See also: | GetCategoryExamplesCase |
---|