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

GetDictionaryItemStructureListIndex

NAME GetDictionaryItemStructureListIndex

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetDictionaryItemStructureListIndex(uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numI = 0;
char ** itemStructListIndex = 
 cb.GetDictionaryItemStructureListIndex(numI);
PURPOSE

GetDictionaryItemStructureListIndex returns an array of indices of the item structures in the current dictionary datablock (context).

RECEIVES

n a reference to a uWord to hold the number of item structures

RETURN VALUE

Returns the list of indices as a char ** or NULL. The number of item structures will be passed back via the argument.

REMARKS

See also: GetDictionaryItemStructureList
  GetDictionaryItemStructureListDimension



Olivera Tosic
6/13/2002

 

© RCSB PDB