Home
last modified time | relevance | path

Searched refs:inner_box (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/geogram/geogram-1.7.7/src/tests/test_nn_search/third_party/ANN/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp/ANN/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/math/ann/ann_1.1.2/src/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ANN/src/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/ann_1.1.1/src/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/contrib/ANN/src/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/approxnn/src/
H A Dbd_tree.cpp83 inner_box); // inner box (modified) in getStats()
86 child[ANN_IN]->getStats(dim, ch_stats, inner_box); in getStats()
191 annEnclRect(pa, pidx, n, dim, inner_box); in trySimpleShrink()
195 ANNcoord length = inner_box.hi[i] - inner_box.lo[i]; in trySimpleShrink()
207 inner_box.hi[i] = bnd_box.hi[i]; // no - expand in trySimpleShrink()
213 inner_box.lo[i] = bnd_box.lo[i]; // no - expand in trySimpleShrink()
249 annAssignRect(dim, inner_box, bnd_box); in tryCentroidShrink()
260 inner_box.hi[cd] = cv; // collapse high side in tryCentroidShrink()
264 inner_box.lo[cd] = cv; // collapse low side in tryCentroidShrink()
396 inner_box, // inner box in rbd_tree()
[all …]
H A Dkd_util.cpp385 const ANNorthRect &inner_box, // inner box in annBox2Bnds() argument
394 if (inner_box.lo[i] > bnd_box.lo[i]) // low bound is inside in annBox2Bnds()
396 if (inner_box.hi[i] < bnd_box.hi[i]) // high bound is inside in annBox2Bnds()
404 if (inner_box.lo[i] > bnd_box.lo[i]) { in annBox2Bnds()
406 bnds[j].cv = inner_box.lo[i]; in annBox2Bnds()
410 if (inner_box.hi[i] < bnd_box.hi[i]) { in annBox2Bnds()
412 bnds[j].cv = inner_box.hi[i]; in annBox2Bnds()
431 ANNorthRect &inner_box) // inner box (returned) in annBnds2Box() argument
433 annAssignRect(dim, inner_box, bnd_box); // copy bounding box to inner in annBnds2Box()
436 bnds[i].project(inner_box.lo); // project each endpoint in annBnds2Box()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dobject.c555 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in display_current_object_callback() local
911 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in place_directives() local
1071 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in place_chord_attributes() local
1072 gtk_container_add (GTK_CONTAINER (expander), inner_box); in place_chord_attributes()
1075 inner_box = gtk_vbox_new (FALSE, 0); in place_chord_attributes()
1448 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in edit_object() local
1657 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in place_buttons_for_directives() local
1790 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in edit_score_and_movement_properties() local
1821 inner_box = gtk_vbox_new (FALSE, 0); in edit_score_and_movement_properties()
1984 GtkWidget *inner_box = gtk_vbox_new (FALSE, 0); in edit_staff_and_voice_properties() local
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetBox.cpp137 if (params_.inner_box) { in setButtonLabel()
180 return (params_.inner_box && !params_.use_makebox) in allowMultiPar()
278 params_.inner_box = true; in doDispatch()
283 params_.inner_box = false; in doDispatch()
355 if (params_.inner_box in latex()
495 if (params_.inner_box) { in latex()
578 if (params_.inner_box) { in latex()
817 inner_box(true), in InsetBoxParams()
838 os << "has_inner_box " << inner_box << "\n"; in write()
860 lex >> "has_inner_box" >> inner_box; in read()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxcpath.c133 pcpath->inner_box = *pbox; in cpath_init_rectangle()
152 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
493 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
511 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
512 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
514 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
515 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
598 rect->p.x = pcpath->inner_box.p.x; in cpath_is_rectangle()
599 rect->p.y = pcpath->inner_box.p.y; in cpath_is_rectangle()
600 rect->q.x = pcpath->inner_box.q.x; in cpath_is_rectangle()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxcpath.c133 pcpath->inner_box = *pbox; in cpath_init_rectangle()
152 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
493 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
511 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
512 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
514 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
515 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
598 rect->p.x = pcpath->inner_box.p.x; in cpath_is_rectangle()
599 rect->p.y = pcpath->inner_box.p.y; in cpath_is_rectangle()
600 rect->q.x = pcpath->inner_box.q.x; in cpath_is_rectangle()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxcpath.c109 pcpath->inner_box = *pbox; in cpath_init_rectangle()
127 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
444 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
462 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
463 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
465 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
466 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
547 return &pcpath->inner_box; in cpath_is_rectangle()
1048 pcpath->inner_box = from->inner_box; in gx_cpath_copy()
1105 fixed2float(pcpath->inner_box.p.x), in gx_cpath_print()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxcpath.c109 pcpath->inner_box = *pbox; in cpath_init_rectangle()
127 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
444 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
462 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
463 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
465 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
466 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
547 return &pcpath->inner_box; in cpath_is_rectangle()
1048 pcpath->inner_box = from->inner_box; in gx_cpath_copy()
1105 fixed2float(pcpath->inner_box.p.x), in gx_cpath_print()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxcpath.c124 pcpath->inner_box = *pbox; in cpath_init_rectangle()
142 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
476 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
494 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
495 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
497 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
498 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
578 return &pcpath->inner_box; in cpath_is_rectangle()
1078 pcpath->inner_box = from->inner_box; in gx_cpath_copy()
1135 fixed2float(pcpath->inner_box.p.x), in gx_cpath_print()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxcpath.c124 pcpath->inner_box = *pbox; in cpath_init_rectangle()
142 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
476 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
494 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
495 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
497 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
498 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
578 return &pcpath->inner_box; in cpath_is_rectangle()
1078 pcpath->inner_box = from->inner_box; in gx_cpath_copy()
1135 fixed2float(pcpath->inner_box.p.x), in gx_cpath_print()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_kd_tree.h29 const vgl_box_3d<double>& inner_box, in imesh_kd_tree_node()
32 : outer_box_(outer_box), inner_box_(inner_box), in imesh_kd_tree_node()
38 const vgl_box_3d<double>& inner_box, in imesh_kd_tree_node()
40 : outer_box_(outer_box), inner_box_(inner_box), in imesh_kd_tree_node()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_bbf_tree.h64 const bapl_bbf_box& inner_box, in bapl_bbf_node() argument
66 : outer_box_(outer_box), inner_box_(inner_box), depth_(depth), in bapl_bbf_node()
71 const bapl_bbf_box& inner_box, in bapl_bbf_node() argument
74 : outer_box_(outer_box), inner_box_(inner_box), depth_(depth), in bapl_bbf_node()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxcpath.c111 pcpath->inner_box = *pbox; in cpath_init_rectangle()
128 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
387 *pbox = pcpath->inner_box; in gx_cpath_inner_box()
405 (pcpath->inner_box.p.x <= x0 && x1 <= pcpath->inner_box.q.x) : in gx_cpath_includes_rectangle()
406 (pcpath->inner_box.p.x <= x1 && x0 <= pcpath->inner_box.q.x)) && in gx_cpath_includes_rectangle()
408 (pcpath->inner_box.p.y <= y0 && y1 <= pcpath->inner_box.q.y) : in gx_cpath_includes_rectangle()
409 (pcpath->inner_box.p.y <= y1 && y0 <= pcpath->inner_box.q.y)); in gx_cpath_includes_rectangle()
915 fixed2float(pcpath->inner_box.p.x), in gx_cpath_print()
916 fixed2float(pcpath->inner_box.p.y), in gx_cpath_print()
917 fixed2float(pcpath->inner_box.q.x), in gx_cpath_print()
[all …]

12345