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: GetDictionaryVersion Up: Dictionary Access Methods Previous: Dictionary Access Methods

GetDictionaryTitle

NAME GetDictionaryTitle

PROTOTYPE

#include "CifBuilder.h"

char * CifBuilder::GetDictionaryTitle();

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

char * title = cb.GetDictionaryTitle();
PURPOSE

GetDictionaryTitle returns the title of the current dictionary datablock (context).

RECEIVES

No Arguments  

RETURN VALUE

Returns the title of the dictionary datablock as a char * or NULL.

REMARKS

None



Olivera Tosic
6/13/2002

 

© RCSB PDB