Home | History | Annotate | Download | only in src

Lines Matching refs:Site

118     CvVoronoiSiteInt* site;
199 // (site is an edge of polygon or a reflex vertex).
361 pReflexSite: out, pointer to reflex site,if any exist,else NULL
382 pTopSite: out, pointer to the most left site of polygon (it is the most left
418 pTopSite : in, the most left site of hole
429 Description : Compute the initial Voronoi Diagram for single site
433 pSite: in, pointer to site
491 Description : Function finds the nearest site for top vertex
502 Description : Function seeks for site, which has common bisector in
517 Description : Function seeks for site, which has common bisector in
565 Description : Compute the bisector of point and site
567 pSite : in, site
581 Description : Compute the bisector of point and site
583 pSite : in, site
631 it is parabola, it is defined by its focus (site - point)
632 and directrice(site-segment)
635 pDirectrice: in, site - segment, which defines the directrice of parabola
650 it is parabola, it is defined by its focus (site - point)
651 and directrice(site-segment)
654 pDirectrice: in, site - segment, which defines the directrice of parabola
680 distance from site, assosiated with pEdge1 and from
681 site,assosiated with pEdge2)
702 distance from site, assosiated with pEdge1 and from
703 site,assosiated with pEdge2)
724 distance from site, assosiated with pEdge1 and from
725 site,assosiated with pEdge2)
746 distance from site, assosiated with pEdge1 and from
747 site,assosiated with pEdge2)
768 distance from site, assosiated with pEdge1 and from
769 site,assosiated with pEdge2)
790 distance from site, assosiated with pEdge1 and from
791 site,assosiated with pEdge2)
811 distance from site, assosiated with pEdge1 and from
812 site,assosiated with pEdge2)
833 distance from site, assosiated with pEdge1 and from
834 site,assosiated with pEdge2)
855 distance from site, assosiated with pEdge1 and from
856 site,assosiated with pEdge2)
878 distance from site, assosiated with pEdge1 and from
879 site,assosiated with pEdge2)
900 distance from site, assosiated with pEdge1 and from
901 site,assosiated with pEdge2)
1182 and site. Internal function.
1185 pSite : in, site
1801 if(pEdge->site == NULL)
1804 pNewEdge1->site[1] = pNewSite;
1810 pNewEdge1->site[0] = pNewSite;
1827 pEdge->twin_edge->site = NULL;
1835 if(pEdge->site == NULL)
1838 pNewEdge2->site[1] = pNewSite;
1849 pNewEdge2->site[0] = pNewSite;
1857 if(pNewEdge1->site[0] == pNewSite)
1864 pEdge->twin_edge->site = NULL;
1867 if(pNewEdge1->site[0] == pNewSite)
1872 if(pNewEdge2->site[0] == pNewSite)
1992 if(pEdge->site == NULL)
1995 pNewEdge1->site[1] = pNewSite;
2001 pNewEdge1->site[0] = pNewSite;
2018 pEdge->twin_edge->site = NULL;
2028 if(pEdge->site == NULL)
2031 pNewEdge2->site[1] = pNewSite;
2042 pNewEdge2->site[0] = pNewSite;
2050 if(pNewEdge1->site[0] == pNewSite)
2057 pEdge->twin_edge->site = NULL;
2060 if(pNewEdge1->site[0] == pNewSite)
2065 if(pNewEdge2->site[0] == pNewSite)
2130 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL};
2197 pSite = _cvSeqPush(SiteSeq, &Site);
2203 pSite = _cvSeqPush(SiteSeq, &Site);
2210 pSite = _cvSeqPush(SiteSeq, &Site);
2275 CvVoronoiSiteInt Site = {NULL,NULL,NULL,NULL,NULL,NULL,NULL};
2292 pTopSite = pSite = _cvSeqPush(SiteSeq, &Site);
2354 pSite = _cvSeqPush(SiteSeq, &Site);
2360 pSite = _cvSeqPush(SiteSeq, &Site);
2371 pSite = _cvSeqPush(SiteSeq, &Site);
2531 Edge.site = pSite;
2796 pSite_right = pEdge_right_next->site;
2798 pSite_left = pEdge_left_prev->site;
2809 pSite_right = pEdge_right_next->site;
2822 pSite_left = pEdge_left_prev->site;
2851 pSite_left = pEdge_left_prev->site;
2870 site;
2899 pSite_right = pEdge_right_next->site;
2918 pSite_right = pEdge_right_next->site;
3119 pSite_left = pEdge_left->site;
3175 pSite_right = pEdge_right->site;
3217 pEdge1->site = pSite_left_first;
3218 pEdge2->site = pSite_right_first;
3283 pSite_left = pEdge_left_prev->site;
3289 pSite_right = pEdge_right_next->site;
3311 pSite_left = pEdge_left_prev->site;
3334 pSite_right = pEdge_right_next->site;
3592 Radius = _cvCalcDist(pPoint,pEdge1->site);
3900 if(pEdge2->site->node1 == pEdge2->site->node2 && q < 0 ||
3901 pEdge2->site->node1 != pEdge2->site->node2 && q > 0)
3987 if(pEdge2->site->node1 == pEdge2->site->node2 && q < 0 ||
3988 pEdge2->site->node1 != pEdge2->site->node2 && q > 0)
3994 if(pEdge2->site->node1 == pEdge2->site->node2 && q < 0 ||
3995 pEdge2->site->node1 != pEdge2->site->node2 && q > 0)
4089 if(pEdge1->parabola->directrice==pEdge2->parabola->directrice) //common site is segment -> different focuses
4099 else//common site is focus -> different directrices
4227 if(pEdge1->parabola->directrice==pEdge2->parabola->directrice) //common site is segment -> different focuses
4237 else//common site is focus -> different directrices
4371 pEdge->site = pSite_left;
4387 pEdge->site = pSite_right;