RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: GetSubcategoryMethods Up: Subcategory Access Methods Previous: GetSubcategoryExamplesCase

GetSubcategoryExamplesDetail

NAME GetSubcategoryExamplesDetail

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetSubcategoryExamplesDetail(const char *
                                                 subcategoryId,
                                                 uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");

uWord numExamples = 0;
char ** examplesDetail =
 cb.GetSubcategoryExamplesDetail("matrix", numExamples);
PURPOSE

GetSubcategoryExamplesDetail returns an array of example descriptions for the subcategory subcategoryId.

RECEIVES

subcategoryId the name of the subcategory
n a reference to a uWord to hold the number of examples

RETURN VALUE

Returns the example details as a char ** or NULL. The number of examples will be passed back via the second argument.

REMARKS

See also: GetSubcategoryExamplesCase



Olivera Tosic
6/13/2002

 

© RCSB PDB