Definition at line 468 of file cu_gserialized2.c.
473 CU_ASSERT_EQUAL(p.
x, 1);
474 CU_ASSERT_EQUAL(p.
y, 2);
477 CU_ASSERT_EQUAL(p.
x, 10);
478 CU_ASSERT_EQUAL(p.
y, 20);
479 CU_ASSERT_EQUAL(p.
z, 30);
482 CU_ASSERT_EQUAL(p.
x, 100);
483 CU_ASSERT_EQUAL(p.
y, 200);
484 CU_ASSERT_EQUAL(p.
m, 300);
487 CU_ASSERT_EQUAL(p.
x, 1000);
488 CU_ASSERT_EQUAL(p.
y, 2000);
489 CU_ASSERT_EQUAL(p.
z, 3000);
490 CU_ASSERT_EQUAL(p.
m, 4000);
static int peek2_point_helper(char *geometry, POINT4D *p)
References LW_FAILURE, LW_SUCCESS, POINT4D::m, peek2_point_helper(), POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by gserialized2_suite_setup().