Definition at line 1229 of file cu_gserialized1.c.
1234 CU_ASSERT_EQUAL(p.
x, 1);
1235 CU_ASSERT_EQUAL(p.
y, 2);
1238 CU_ASSERT_EQUAL(p.
x, 10);
1239 CU_ASSERT_EQUAL(p.
y, 20);
1240 CU_ASSERT_EQUAL(p.
z, 30);
1243 CU_ASSERT_EQUAL(p.
x, 100);
1244 CU_ASSERT_EQUAL(p.
y, 200);
1245 CU_ASSERT_EQUAL(p.
m, 300);
1248 CU_ASSERT_EQUAL(p.
x, 1000);
1249 CU_ASSERT_EQUAL(p.
y, 2000);
1250 CU_ASSERT_EQUAL(p.
z, 3000);
1251 CU_ASSERT_EQUAL(p.
m, 4000);
static int peek1_point_helper(char *geometry, POINT4D *p)
References LW_FAILURE, LW_SUCCESS, POINT4D::m, peek1_point_helper(), POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by gserialized1_suite_setup().