TTK
|
TTK FTRGraph tasks management tools. More...
#include <FTRTasks.h>
Static Public Member Functions | |
static std::tuple< idVertex, idPropagation > | getChunk (const TaskChunk ¶ms) |
static idVertex | getBegin (const idPropagation chunkId, const idVertex grainSize, const idVertex offset=0) |
static idVertex | getEnd (const idPropagation chunkId, const idVertex grainSize, const idVertex maxEnd=nullVertex) |
TTK FTRGraph tasks management tools.
This class is a little toolset for tasks management
Definition at line 37 of file FTRTasks.h.
|
inlinestatic |
Definition at line 68 of file FTRTasks.h.
|
inlinestatic |
This function gives the size of a chunk and the number of chunk to divide the number of element (nbElemt) in chunk of grainSize elements OR in nbTasks chunks
Definition at line 45 of file FTRTasks.h.
|
inlinestatic |
Definition at line 74 of file FTRTasks.h.