VisionX V4VXframesetVisionX V4
NAME

VXframeset, VXiframeset, − VisionX Frame addition functions

SYNOPSIS
void  VXframeset(list,n)
VisXelem_t *list;
int n;
void  VXiframeset(list,n)
VisXelem_t *list;
int n;

DESCRIPTION

VXframeset adds a frame marker to the start and end of a list. The value of the marker is set to n. It is improtatnt that the list points to the first element of the list

VXiframeset adds begin and end frame marker to each of the images in a list. The value of the first marker is set to n. Additional markers have incremented values. It is important that the list argument points to the first element of the list. If frame markers already exists the no change is made. If they do not exist then they are created.

AUTHOR

A. P. Reeves