next up previous contents
Next: GetItemAliases Up: Item Access Methods Previous: GetItemRangeMin

GetItemRangeMax

NAME GetItemRangeMax

PROTOTYPE

#include "CifBuilder.h"

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

EXAMPLE

#include "CifBuilder.h"

CifBuilder cb("mmCif96.psf");

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

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

GetItemRangeMax returns an array containing the range maximums for the item itemName.

RECEIVES

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

RETURN VALUE

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

REMARKS

See also: GetItemRangeMin



Olivera Tosic
6/13/2002