Name
test_closed_xldtest_closed_xldTestClosedXldTestClosedXld — Test whether contours or polygons are closed.
Herror test_closed_xld(const Hobject XLD, Hlong* IsClosed)
Herror T_test_closed_xld(const Hobject XLD, Htuple* IsClosed)
test_closed_xldtest_closed_xldTestClosedXldTestClosedXldTestClosedXld tests each contour or polygon in
XLDXLDXLDXLDXLD, whether it is closed and returns the result in
IsClosedIsClosedIsClosedIsClosedisClosed. If the contour contour or polygon is closed, the
respective return value is 1, otherwise 0. A contour or polygon is
closed, if its last point is equal to its first point.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Contours or polygons to be tested.
Tuple with boolean numbers.
gen_contour_region_xldgen_contour_region_xldGenContourRegionXldGenContourRegionXldGenContourRegionXld,
edges_sub_pixedges_sub_pixEdgesSubPixEdgesSubPixEdgesSubPix
Foundation