|
PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
#include "liblwgeom.h"

Go to the source code of this file.
Macros | |
| #define | MAX_CUNIT_ERROR_LENGTH 512 |
| #define | PG_ADD_TEST(suite, testfunc) CU_add_test(suite, #testfunc, testfunc) |
| #define | ASSERT_DOUBLE_EQUAL(o, e) |
| #define | ASSERT_INT_EQUAL(o, e) |
| #define | ASSERT_STRING_EQUAL(o, e) |
| #define | ASSERT_LWGEOM_EQUAL(o, e) |
| #define | ASSERT_INTARRAY_EQUAL(o, e, n) |
| #define | ASSERT_POINT2D_EQUAL(o, e, eps) |
| #define | ASSERT_POINT4D_EQUAL(o, e, eps) |
Typedefs | |
| typedef void(* | PG_SuiteSetup) (void) |
Functions | |
| void | cu_error_msg_reset (void) |
| void | do_fn_test (LWGEOM *(*transfn)(LWGEOM *), char *input_wkt, char *expected_wkt) |
Variables | |
| char | cu_error_msg [] |