File: InsidePolygonWithBounds.pxd

package info (click to toggle)
pymca 5.8.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,392 kB
  • sloc: python: 155,456; ansic: 15,843; makefile: 116; sh: 73; xml: 55
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