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: GetSubcategoryExamplesCase Up: Subcategory Access Methods Previous: Subcategory Access Methods

GetSubcategoryDescription

NAME GetSubcategoryDescription

PROTOTYPE

#include "CifBuilder.h"

char * CifBuilder::GetSubcategoryDescription(const char *
                                             subcategoryId);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

char * description = cb.GetSubcategoryDescription("matrix");
PURPOSE

GetSubcategoryDescription returns the description of a subcategory in the current context.

RECEIVES

subcategoryId the name of the subcategory

RETURN VALUE

Returns the description of the subcategory as a char * or NULL.

REMARKS

None



Olivera Tosic
6/13/2002

 

© RCSB PDB