Lines Matching refs:nesting
289 int* nesting=NULL;
304 // for later reconstruction in objects, you also need to extract which path is parent of holes (nesting info)
305 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
643 int* nesting=NULL;
658 // for later reconstruction in objects, you also need to extract which path is parent of holes (nesting info)
659 theShape->ConvertToFormeNested(res, nbOriginaux, &originaux[0], 1, nbNest, nesting, conts);
748 // that's why you needed the nesting
750 // to get the path for each part of the polygon. that's why you need the nesting info:
752 resPath=res->SubPathsWithNesting(nbRP, true, nbNest, nesting, conts);
756 if ( nesting ) free(nesting);