Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/axprops.dc2
Дата изменения: Sat Nov 6 01:29:41 1999
Дата индексирования: Fri Jan 16 18:17:25 2009
Кодировка:

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

Function: AXPROPS

Purpose: Return structure with axis properties for a set.

Category: FILES, IMAGE-IO, USER-INTERFACE

File: axprops.c

Author: M.G.R. Vogelaar

Use: #include "axprops.h"

int r;
fchar Setin;
atype axis[10];
char errmes[80];

r = axprops( Setin, axis, errmes );
anyoutf( 0, "name: %s", axis[0].name );

The struct 'atype' has members:

int blo;
int bhi;
char name[20];

Description: If the input set exists, return the number of axes in
the set. Else return 0 and a message which contains the
error description.

Updates: Nov 5, 1999: VOG, Document created.