Home
last modified time | relevance | path

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

/dports/science/teem/teem-1.11.0-src/src/pull/
H A DpointPull.c487 point->status |= PULL_STATUS_EDGE_BIT; in pullProbe()
489 point->status &= ~PULL_STATUS_EDGE_BIT; in pullProbe()
779 && (point->status & PULL_STATUS_EDGE_BIT)) { in pullPointInitializePerVoxel()
999 && (point->status & PULL_STATUS_EDGE_BIT)) { in pullPointInitializeGivenPos()
H A Dpopcntl.c264 && (newpnt->status & PULL_STATUS_EDGE_BIT)) { in _pullPointProcessAdding()
439 && (point->status & PULL_STATUS_EDGE_BIT)) { in _pullNixTheNixed()
H A Dpull.h196 #define PULL_STATUS_EDGE_BIT (1<< 4) macro
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py9879 PULL_STATUS_EDGE_BIT = (1<< 4) variable