Home
last modified time | relevance | path

Searched refs:pushPointNew (Results 1 – 4 of 4) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/push/
H A DmethodsPush.c33 pushPointNew(pushContext *pctx) { in pushPointNew() function
H A Dpush.h277 PUSH_EXPORT pushPoint *pushPointNew(pushContext *pctx);
H A Dsetup.c394 point = pushPointNew(pctx); in _pushPointSetup()
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py6550 pushPointNew = libteem.pushPointNew variable
6551 pushPointNew.restype = POINTER(pushPoint)
6552 pushPointNew.argtypes = [POINTER(pushContext)]