Last change
on this file since 1249 was
837,
checked in by ajj, 11 years ago
|
Checkin of Teabag code for TISANE.
|
File size:
423 bytes
|
Line | |
---|
1 | #ifndef _sa_rdwr_h |
---|
2 | #define _sa_rdwr_h |
---|
3 | #include "sa_data.h" |
---|
4 | int ReadSansHdr(FILE *, SANSHDR *, int); |
---|
5 | int ReadSansHist(FILE *, int **, int , int , int ); |
---|
6 | int WriteSansHdr(FILE *, SANSHDR *, int ); |
---|
7 | int WriteSansHist(FILE *, int [128][128], int, int, int); |
---|
8 | int FakeSansHist(int hist[128][128], double distance, double dim, double lambda); |
---|
9 | int DumpSansHdr(SANSHDR *); |
---|
10 | short I4toI2(int ); |
---|
11 | int I2toI4(short); |
---|
12 | |
---|
13 | #endif |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.