31 #ifndef __TS_SweepNode__ 
   32 #define __TS_SweepNode__ 
   47     static void          freeNode(
TS_SweepNode *node, 
int threadNum = -1);
 
   48     static void          destroyMemory();
 
   52     static void          setupThreads(
int numThreads);
 
   55     float                getT0()
 const          { 
return myT0; }
 
   56     float                getT1()
 const          { 
return myT1; }
 
TS_MetaExpression * getPrim() const 
 
void setLinks(TS_SweepNode *prev, TS_SweepNode *next)
 
__hostdev__ uint64_t last(uint32_t i) const