next up previous contents
Next: GetItemRangeMax Up: Item Access Methods Previous: GetItemEnumerationDetail

GetItemRangeMin

NAME GetItemRangeMin

PROTOTYPE

#include "CifBuilder.h"

char ** CifBuilder::GetItemRangeMin(const char * itemName,
                                    uWord & n);

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

uWord numRange = 0;
char ** min = cb.GetItemRangeMin("_atom_site.cartn_x", numRange);
PURPOSE

GetItemRangeMin returns an array containing the range minimums for the item itemName.

RECEIVES

itemName the name of the item
n a reference to a uWord to hold the number of range minimums

RETURN VALUE

Returns the range minimums as a char ** or NULL. The number of minimums will be passed back via the second argument.

REMARKS

See also: GetItemRangeMax



Olivera Tosic
6/13/2002