Functions |
void | pal::convert2pt (int *x, double scale, int dpi) |
int | pal::convert2pt (double x, double scale, int dpi) |
double | pal::degree2meter (double delta_deg) |
bool | pal::intCompare (int a, int b) |
int | pal::max (int a, int b) |
double | pal::max (double a, double b) |
| returns the maximum of two doubles or the first argument if both are equal
|
int | pal::min (int a, int b) |
double | pal::min (double a, double b) |
| returns the minimum of two doubles or the first argument if both are equal
|
bool | pal::ptrETCompare (ElemTrans *a, ElemTrans *b) |
bool | pal::ptrFeatsCompare (Feats *a, Feats *b) |
bool | pal::ptrFeatureCompare (Feature *a, Feature *b) |
bool | pal::ptrFeaturePartCompare (FeaturePart *a, FeaturePart *b) |
bool | pal::ptrLayerCompare (Layer *a, Layer *b) |
bool | pal::ptrLPosCompare (LabelPosition *a, LabelPosition *b) |
bool | pal::ptrPSetCompare (PointSet *a, PointSet *b) |
void | pal::sort (double *heap, int *x, int *y, int N) |
void | pal::sort (void **items, int N, bool(*greater)(void *l, void *r)) |
| Sort an array of pointers.
|
bool | pal::strCompare (char *a, char *b) |
void | pal::tabcpy (int n, const int *const x, const int *const y, const double *const prob, int *cx, int *cy, double *p) |
double | pal::unit_convert (double x, Units from, Units to, int dpi, double scale, double delta_canvas_width) |
LinkedList< const GEOSGeometry * > * | pal::unmulti (const GEOSGeometry *the_geom) |
double | pal::vabs (double x) |