Home
last modified time | relevance | path

Searched refs:neighborB (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Imaging/Morphological/
H A DvtkImageNonMaximumSuppression.cxx135 int neighborA, neighborB; in vtkImageNonMaximumSuppressionExecute() local
210 neighborB = useXMin; in vtkImageNonMaximumSuppressionExecute()
214 neighborB = useXMax; in vtkImageNonMaximumSuppressionExecute()
220 neighborB = 0; in vtkImageNonMaximumSuppressionExecute()
226 neighborB += useYMin; in vtkImageNonMaximumSuppressionExecute()
230 neighborB += useYMax; in vtkImageNonMaximumSuppressionExecute()
239 neighborB += useZMin; in vtkImageNonMaximumSuppressionExecute()
243 neighborB += useZMax; in vtkImageNonMaximumSuppressionExecute()
253 if (in1Ptr[neighborA] > *in1Ptr || in1Ptr[neighborB] > *in1Ptr) in vtkImageNonMaximumSuppressionExecute()
261 if ((neighborA > neighborB)&&(in1Ptr[neighborA] == *in1Ptr)) in vtkImageNonMaximumSuppressionExecute()
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Morphological/
H A DvtkImageNonMaximumSuppression.cxx127 int neighborA, neighborB; in vtkImageNonMaximumSuppressionExecute() local
201 neighborB = useXMin; in vtkImageNonMaximumSuppressionExecute()
205 neighborB = useXMax; in vtkImageNonMaximumSuppressionExecute()
211 neighborB = 0; in vtkImageNonMaximumSuppressionExecute()
217 neighborB += useYMin; in vtkImageNonMaximumSuppressionExecute()
221 neighborB += useYMax; in vtkImageNonMaximumSuppressionExecute()
230 neighborB += useZMin; in vtkImageNonMaximumSuppressionExecute()
234 neighborB += useZMax; in vtkImageNonMaximumSuppressionExecute()
244 if (in1Ptr[neighborA] > *in1Ptr || in1Ptr[neighborB] > *in1Ptr) in vtkImageNonMaximumSuppressionExecute()
252 if ((neighborA > neighborB) && (in1Ptr[neighborA] == *in1Ptr)) in vtkImageNonMaximumSuppressionExecute()
[all …]
/dports/math/vtk6/VTK-6.2.0/Imaging/Morphological/
H A DvtkImageNonMaximumSuppression.cxx135 int neighborA, neighborB; in vtkImageNonMaximumSuppressionExecute() local
210 neighborB = useXMin; in vtkImageNonMaximumSuppressionExecute()
214 neighborB = useXMax; in vtkImageNonMaximumSuppressionExecute()
220 neighborB = 0; in vtkImageNonMaximumSuppressionExecute()
226 neighborB += useYMin; in vtkImageNonMaximumSuppressionExecute()
230 neighborB += useYMax; in vtkImageNonMaximumSuppressionExecute()
239 neighborB += useZMin; in vtkImageNonMaximumSuppressionExecute()
243 neighborB += useZMax; in vtkImageNonMaximumSuppressionExecute()
253 if (in1Ptr[neighborA] > *in1Ptr || in1Ptr[neighborB] > *in1Ptr) in vtkImageNonMaximumSuppressionExecute()
261 if ((neighborA > neighborB)&&(in1Ptr[neighborA] == *in1Ptr)) in vtkImageNonMaximumSuppressionExecute()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Dmerge.c2433 neighborB= neighbor1A; in qh_mergefacet2d()
2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1B; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2457 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2463 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2466 qh_makeridges(neighborB); in qh_mergefacet2d()
2467 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2837 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2846 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2.c2993 facetT *neighbor, *neighborB; in qh_triangulate_mirror() local
2999 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT); in qh_triangulate_mirror()
3000 if (neighbor == neighborB) in qh_triangulate_mirror()
3002 qh_triangulate_link(facetA, neighbor, facetB, neighborB); in qh_triangulate_mirror()
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Dmerge.c2433 neighborB= neighbor1A; in qh_mergefacet2d()
2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1B; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2457 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2463 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2466 qh_makeridges(neighborB); in qh_mergefacet2d()
2467 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2837 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2846 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Dmerge.c2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1A; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2453 neighborB= neighbor1B; in qh_mergefacet2d()
2462 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2468 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2471 qh_makeridges(neighborB); in qh_mergefacet2d()
2472 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2842 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2851 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Dmerge.c2429 neighborB= neighbor1A; in qh_mergefacet2d()
2434 neighborB= neighbor1A; in qh_mergefacet2d()
2439 neighborB= neighbor1B; in qh_mergefacet2d()
2444 neighborB= neighbor1B; in qh_mergefacet2d()
2453 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2459 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2462 qh_makeridges (neighborB); in qh_mergefacet2d()
2463 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2833 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2842 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Dmerge.c2433 neighborB= neighbor1A; in qh_mergefacet2d()
2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1B; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2457 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2463 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2466 qh_makeridges(neighborB); in qh_mergefacet2d()
2467 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2837 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2846 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Dmerge.c2433 neighborB= neighbor1A; in qh_mergefacet2d()
2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1B; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2457 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2463 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2466 qh_makeridges(neighborB); in qh_mergefacet2d()
2467 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2837 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2846 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Dmerge.c2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1A; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2453 neighborB= neighbor1B; in qh_mergefacet2d()
2462 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2468 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2471 qh_makeridges(neighborB); in qh_mergefacet2d()
2472 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2842 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2851 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/math/py-pyhull/pyhull-2015.2.1/src/libqhull/
H A Dmerge.c2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1A; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2453 neighborB= neighbor1B; in qh_mergefacet2d()
2462 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2468 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2471 qh_makeridges(neighborB); in qh_mergefacet2d()
2472 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2842 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2851 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Dmerge.c2433 neighborB= neighbor1A; in qh_mergefacet2d()
2438 neighborB= neighbor1A; in qh_mergefacet2d()
2443 neighborB= neighbor1B; in qh_mergefacet2d()
2448 neighborB= neighbor1B; in qh_mergefacet2d()
2457 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2463 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2466 qh_makeridges(neighborB); in qh_mergefacet2d()
2467 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2837 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2846 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/math/R-cran-geometry/geometry/src/
H A Dmerge_r.c2437 neighborB= neighbor1A; in qh_mergefacet2d()
2442 neighborB= neighbor1A; in qh_mergefacet2d()
2447 neighborB= neighbor1B; in qh_mergefacet2d()
2452 neighborB= neighbor1B; in qh_mergefacet2d()
2461 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2467 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2470 qh_makeridges(qh, neighborB); in qh_mergefacet2d()
2471 qh_setreplace(qh, neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2841 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2850 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull_r/
H A Dmerge_r.c2437 neighborB= neighbor1A; in qh_mergefacet2d()
2442 neighborB= neighbor1A; in qh_mergefacet2d()
2447 neighborB= neighbor1B; in qh_mergefacet2d()
2452 neighborB= neighbor1B; in qh_mergefacet2d()
2461 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2467 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
2470 qh_makeridges(qh, neighborB); in qh_mergefacet2d()
2471 qh_setreplace(qh, neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
2841 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
2850 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Dmerge.c3561 neighborB= neighbor1A; in qh_mergefacet2d()
3566 neighborB= neighbor1A; in qh_mergefacet2d()
3571 neighborB= neighbor1B; in qh_mergefacet2d()
3576 neighborB= neighbor1B; in qh_mergefacet2d()
3585 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3591 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3595 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
3597 vertexA->id, neighborB->id, facet1->id, facet2->id)); in qh_mergefacet2d()
3972 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
3981 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2.c3780 facetT *neighbor, *neighborB; in qh_triangulate_mirror() local
3786 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT); in qh_triangulate_mirror()
3787 if (neighbor == facetB && neighborB == facetA) in qh_triangulate_mirror()
3789 else if (neighbor->redundant && neighborB->redundant) { /* also mirrored facets (D5+) */ in qh_triangulate_mirror()
3790 if (qh_hasmerge(qh degen_mergeset, MRGmirror, neighbor, neighborB)) in qh_triangulate_mirror()
3793 if (neighbor->visible && neighborB->visible) /* previously deleted as mirrored facets */ in qh_triangulate_mirror()
3795 qh_triangulate_link(facetA, neighbor, facetB, neighborB); in qh_triangulate_mirror()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Dmerge.c3561 neighborB= neighbor1A; in qh_mergefacet2d()
3566 neighborB= neighbor1A; in qh_mergefacet2d()
3571 neighborB= neighbor1B; in qh_mergefacet2d()
3576 neighborB= neighbor1B; in qh_mergefacet2d()
3585 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3591 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3595 qh_setreplace(neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
3597 vertexA->id, neighborB->id, facet1->id, facet2->id)); in qh_mergefacet2d()
3972 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
3981 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2.c3752 facetT *neighbor, *neighborB; in qh_triangulate_mirror() local
3758 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT); in qh_triangulate_mirror()
3759 if (neighbor == facetB && neighborB == facetA) in qh_triangulate_mirror()
3761 else if (neighbor->redundant && neighborB->redundant) { /* also mirrored facets (D5+) */ in qh_triangulate_mirror()
3762 if (qh_hasmerge(qh degen_mergeset, MRGmirror, neighbor, neighborB)) in qh_triangulate_mirror()
3765 if (neighbor->visible && neighborB->visible) /* previously deleted as mirrored facets */ in qh_triangulate_mirror()
3767 qh_triangulate_link(facetA, neighbor, facetB, neighborB); in qh_triangulate_mirror()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Dmerge_r.c3561 neighborB= neighbor1A; in qh_mergefacet2d()
3566 neighborB= neighbor1A; in qh_mergefacet2d()
3571 neighborB= neighbor1B; in qh_mergefacet2d()
3576 neighborB= neighbor1B; in qh_mergefacet2d()
3585 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3591 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3595 qh_setreplace(qh, neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
3597 vertexA->id, neighborB->id, facet1->id, facet2->id)); in qh_mergefacet2d()
3972 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
3981 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2_r.c3754 facetT *neighbor, *neighborB; in qh_triangulate_mirror() local
3760 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT); in qh_triangulate_mirror()
3761 if (neighbor == facetB && neighborB == facetA) in qh_triangulate_mirror()
3763 else if (neighbor->redundant && neighborB->redundant) { /* also mirrored facets (D5+) */ in qh_triangulate_mirror()
3764 if (qh_hasmerge(qh->degen_mergeset, MRGmirror, neighbor, neighborB)) in qh_triangulate_mirror()
3767 if (neighbor->visible && neighborB->visible) /* previously deleted as mirrored facets */ in qh_triangulate_mirror()
3769 qh_triangulate_link(qh, facetA, neighbor, facetB, neighborB); in qh_triangulate_mirror()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Dmerge_r.c3561 neighborB= neighbor1A; in qh_mergefacet2d()
3566 neighborB= neighbor1A; in qh_mergefacet2d()
3571 neighborB= neighbor1B; in qh_mergefacet2d()
3576 neighborB= neighbor1B; in qh_mergefacet2d()
3585 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3591 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3595 qh_setreplace(qh, neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
3597 vertexA->id, neighborB->id, facet1->id, facet2->id)); in qh_mergefacet2d()
3972 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
3981 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2_r.c3782 facetT *neighbor, *neighborB;
3788 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT);
3789 if (neighbor == facetB && neighborB == facetA)
3791 else if (neighbor->redundant && neighborB->redundant) { /* also mirrored facets (D5+) */
3792 if (qh_hasmerge(qh->degen_mergeset, MRGmirror, neighbor, neighborB))
3795 if (neighbor->visible && neighborB->visible) /* previously deleted as mirrored facets */
3797 qh_triangulate_link(qh, facetA, neighbor, facetB, neighborB);
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Dmerge_r.c3561 neighborB= neighbor1A; in qh_mergefacet2d()
3566 neighborB= neighbor1A; in qh_mergefacet2d()
3571 neighborB= neighbor1B; in qh_mergefacet2d()
3576 neighborB= neighbor1B; in qh_mergefacet2d()
3585 SETsecond_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3591 SETfirst_(facet2->neighbors)= neighborB; in qh_mergefacet2d()
3595 qh_setreplace(qh, neighborB->neighbors, facet1, facet2); in qh_mergefacet2d()
3597 vertexA->id, neighborB->id, facet1->id, facet2->id)); in qh_mergefacet2d()
3972 facetT *neighbor, **neighborp, *neighborA, *neighborB; in qh_neighbor_intersections() local
3981 neighborB= SETsecondt_(vertex->neighbors, facetT); in qh_neighbor_intersections()
[all …]
H A Dpoly2_r.c3754 facetT *neighbor, *neighborB; in qh_triangulate_mirror() local
3760 neighborB= SETelemt_(facetB->neighbors, neighbor_i, facetT); in qh_triangulate_mirror()
3761 if (neighbor == facetB && neighborB == facetA) in qh_triangulate_mirror()
3763 else if (neighbor->redundant && neighborB->redundant) { /* also mirrored facets (D5+) */ in qh_triangulate_mirror()
3764 if (qh_hasmerge(qh->degen_mergeset, MRGmirror, neighbor, neighborB)) in qh_triangulate_mirror()
3767 if (neighbor->visible && neighborB->visible) /* previously deleted as mirrored facets */ in qh_triangulate_mirror()
3769 qh_triangulate_link(qh, facetA, neighbor, facetB, neighborB); in qh_triangulate_mirror()

12