Home
last modified time | relevance | path

Searched refs:pc_point_set_double_by_name (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pointcloud/pointcloud-1.2.1/lib/cunit/
H A Dcu_pc_patch.c710 pc_point_set_double_by_name(pt, "x", i); in test_patch_pointn_dimensional_compression()
711 pc_point_set_double_by_name(pt, "y", i); in test_patch_pointn_dimensional_compression()
712 pc_point_set_double_by_name(pt, "Z", i); in test_patch_pointn_dimensional_compression()
814 pc_point_set_double_by_name(pt, "X", i); in test_patch_range_compression_none()
815 pc_point_set_double_by_name(pt, "Y", i); in test_patch_range_compression_none()
849 pc_point_set_double_by_name(pt, "X", i); in test_patch_range_compression_none_with_full_range()
850 pc_point_set_double_by_name(pt, "Y", i); in test_patch_range_compression_none_with_full_range()
883 pc_point_set_double_by_name(pt, "X", i); in test_patch_range_compression_none_with_bad_arguments()
884 pc_point_set_double_by_name(pt, "Y", i); in test_patch_range_compression_none_with_bad_arguments()
932 pc_point_set_double_by_name(pt, "X", i); in test_patch_range_compression_lazperf()
[all …]
H A Dcu_pc_patch_lazperf.c78 pc_point_set_double_by_name(pt, "x", i*2.0); in test_patch_lazperf()
79 pc_point_set_double_by_name(pt, "y", i*1.9); in test_patch_lazperf()
80 pc_point_set_double_by_name(pt, "Z", i*0.34); in test_patch_lazperf()
137 pc_point_set_double_by_name(pt, "x", i*2.0); in test_pointlist_lazperf()
138 pc_point_set_double_by_name(pt, "y", i*1.9); in test_pointlist_lazperf()
139 pc_point_set_double_by_name(pt, "Z", i*0.34); in test_pointlist_lazperf()
185 pc_point_set_double_by_name(pt, "x", i*2.0); in test_to_string_lazperf()
186 pc_point_set_double_by_name(pt, "y", i*1.9); in test_to_string_lazperf()
229 pc_point_set_double_by_name(pt, "x", i*2.0); in test_wkb_lazperf()
230 pc_point_set_double_by_name(pt, "y", i*1.9); in test_wkb_lazperf()
[all …]
H A Dcu_pc_sort.c269 pc_point_set_double_by_name(pt, "x", i); in test_sort_patch_is_sorted_compression_dimensional()
270 pc_point_set_double_by_name(pt, "y", i); in test_sort_patch_is_sorted_compression_dimensional()
271 pc_point_set_double_by_name(pt, "Z", i); in test_sort_patch_is_sorted_compression_dimensional()
272 pc_point_set_double_by_name(pt, "intensity", 10); in test_sort_patch_is_sorted_compression_dimensional()
H A Dcu_pc_point.c147 CU_ASSERT_SUCCESS(pc_point_set_double_by_name(pt, "Intensity", a3)); in test_point_access()
161 CU_ASSERT_SUCCESS(pc_point_set_double_by_name(pt, "Intensity", a3)); in test_point_access()
162 CU_ASSERT_SUCCESS(pc_point_set_double_by_name(pt, "Z", a4)); in test_point_access()
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_api_internal.h146 int pc_point_set_double_by_name(PCPOINT *pt, const char *name, double val);
H A Dpc_point.c136 pc_point_set_double_by_name(PCPOINT *pt, const char *name, double val) in pc_point_set_double_by_name() function
H A Dpc_api.h336 int pc_point_set_double_by_name(PCPOINT *pt, const char *name, double val);