#include <locale.h>
#include <libintl.h>
#include "mem2d.h"
#include "glbvars.h"
#include "clip.h"
Go to the source code of this file.
Defines | |
#define | UTF8_DEGREE "\302\260" |
#define | SET_PROGRESS(P) { gapp->SetProgress((gfloat)(P)); while (gtk_events_pending()) gtk_main_iteration(); } |
#define | SAVECONVOLSRC |
#define | KLEN 16 |
#define | MEM2D_LINEAR_SCALE(Z) ((Z)*Zcontrast+Zbright) |
#define | MEM2D_PERIODIC_SCALE(Z) (fmod((Z)*Zcontrast+Zbright, (double)ZVrange)) |
#define | MEM2D_RANGE_CHECK(X) ((val=(X)) > (double)ZVmax ? ZVmax : val < (double)ZVmin ? ZVmin : (ZVIEW_TYPE)val) |
#define | DIFF(I) (Zibins [I+1] - Zibins [I-1]) |
Functions | |
gint | compare_events_distance (ScanEvent *a, ScanEvent *b, double *xy) |
double | Mem2d_LogLimit (double x) |
Variables | |
char * | ZD_name [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 372 of file mem2d.C. References ScanEvent::distance(). |
|
|
|
Initial value: { "I", "Byte", "Short", "Long", "ULong", "LLong", "Float", "Double", "Complex", "RGBA", "Event" } |