![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "CifBuilder.h"
char * CifBuilder::GetDictionaryTitle();
#include "CifBuilder.h"
CifBuilder cb("mmCif96.psf");
cb.BuildDictionaryList();
cb.SetContext("cifdic.m96");
char * title = cb.GetDictionaryTitle();
GetDictionaryTitle returns the title of the current dictionary datablock (context).
No Arguments |
Returns the title of the dictionary datablock as a char * or NULL.
None |