#include "l12_proto.h"
#include "input_struc.h"
#include "miscstruct.h"
#include "miscanfill.h"
#include "mipoly.h"
#include "clo.h"
#include <X11/X.h>
#include <X11/Xlib.h>
#include <png.h>
#include <geotiffio.h>
#include <geo_normalize.h>
#include <geo_tiffp.h>
#include <geo_keyp.h>
#include <xtiffio.h>
#include <geokeys.h>
#include <scene_meta.h>
#include <libnav.h>
Go to the source code of this file.
◆ BINBELOWTHRESH
#define BINBELOWTHRESH 110 |
◆ BYTE
#define BYTE unsigned char |
◆ CALLOC
#define CALLOC |
( |
|
ptr, |
|
|
|
typ, |
|
|
|
num |
|
) |
| |
Value: { \
(ptr) = (typ *)calloc((num) , sizeof(typ)); \
fprintf(
stderr,
"-E- %s line %d: Memory allocation failure.\n", \
__FILE__,__LINE__); \
exit(EXIT_FAILURE); \
} \
}
Definition at line 77 of file main_l1mapgen.c.
◆ FLOAT32
◆ INT32
◆ MALLOC
#define MALLOC |
( |
|
ptr, |
|
|
|
typ, |
|
|
|
num |
|
) |
| |
Value: { \
(ptr) = (typ *)malloc((num) * sizeof(typ)); \
fprintf(
stderr,
"-E- %s line %d: Memory allocation failure.\n", \
__FILE__,__LINE__); \
exit(EXIT_FAILURE); \
} \
}
Definition at line 69 of file main_l1mapgen.c.
◆ ROOT2
#define ROOT2 1.4142135623730950488016887242096981 |
◆ collect_bins()
int collect_bins |
( |
int |
number_of_initial_points, |
|
|
XPoint * |
initial_point, |
|
|
int * |
span_width |
|
) |
| |
◆ linscale()
BYTE linscale |
( |
float |
val, |
|
|
float |
min, |
|
|
float |
max |
|
) |
| |
◆ logscale()
BYTE logscale |
( |
float |
val, |
|
|
float |
min, |
|
|
float |
max |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ micomputeWAET()
◆ miCreateETandAET()
◆ miFreeStorage()
◆ miInsertionSort()
◆ miloadAET()
◆ rint()
◆ scan_convert()
int scan_convert |
( |
XPoint * |
ptsIn | ) |
|