File: InsidePolygonWithBounds.pxd

package info (click to toggle)
pymca 5.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 40,004 kB
  • ctags: 17,800
  • sloc: python: 132,302; ansic: 20,016; cpp: 827; makefile: 48; sh: 30; xml: 24
file content (8 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
cdef extern from "InsidePolygonWithBounds.h":
    void PointsInsidePolygon(double *, int , \
                         double *, int , int , unsigned char *) nogil
    void PointsInsidePolygonF(double *, int , \
                         float *, int , int , unsigned char *) nogil
    void PointsInsidePolygonInt(double *, int , \
                         int *, int , int , unsigned char *) nogil