Definition at line 1225 of file cu_gserialized1.c.
1230 CU_ASSERT_EQUAL(p.
x, 1);
1231 CU_ASSERT_EQUAL(p.
y, 2);
1234 CU_ASSERT_EQUAL(p.
x, 10);
1235 CU_ASSERT_EQUAL(p.
y, 20);
1236 CU_ASSERT_EQUAL(p.
z, 30);
1239 CU_ASSERT_EQUAL(p.
x, 100);
1240 CU_ASSERT_EQUAL(p.
y, 200);
1241 CU_ASSERT_EQUAL(p.
m, 300);
1244 CU_ASSERT_EQUAL(p.
x, 1000);
1245 CU_ASSERT_EQUAL(p.
y, 2000);
1246 CU_ASSERT_EQUAL(p.
z, 3000);
1247 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().