https://github.com/teuben/nemo
Raw File
Tip revision: 00aa7ebce9321f8f0e22a7894e0843b73414d6c0 authored by Peter Teuben on 18 January 2002, 04:35:56 UTC
ZENO Position/Velocity snapshots can now be read
Tip revision: 00aa7eb
xyio.h
/*
 * XYIO stuff - modeled after miriad's xyio
 * assumed image.h has been loaded
 */
image *xyopen  ( int *, int, int *, string,int *);
void   xyclose ( int );
void   xyread  ( int, int,  real *);
void   xywrite ( int, int, real *);
void   xysetpl ( int, int, int *);
back to top