Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiPlotFrames.dc2
Дата изменения: Thu Mar 14 05:19:26 2002
Дата индексирования: Sat Jan 17 00:31:08 2009
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
Function: GgiPlotFrames

Purpose: Obtain a number of pixmaps e.g. for movie loops.

Category: USER-INTERFACE, GRAPHICS

File: ggi.src

Author: J.P. Terlouw

Use:
#include "ggi.h"
ident plotter;
int requested, obtained;

obtained = GgiPlotFrames(plotter, requested);

plotter - the associated plotfield element.
requested - the desired number of frames.
obtained - the number of frames actually obtained.

Description: GgiPlotFrames tries to create a number of X11 pixmaps
("frames") of the same dimensions as the plotfield element.
These can then later be used to store and retrieve plots.
in a fast way, e.g. for implementing a movie loop.
The pixmaps can only be created after the plotfield element
has been opened at least once. It need not be open anymore
when GgiPlotFrames is called.

Related documents:
GgiPlotRecord.dc2, GgiPlotShow.dc2.

Updates: Jan 25, 1999: JPT, Document created.
Mar 8, 2000: JPT, Document changed.