HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_SplittableRange.h File Reference
#include "GA_API.h"
#include "GA_Range.h"
#include "GA_Types.h"
#include <UT/UT_ParallelUtil.h>
#include <stddef.h>
+ Include dependency graph for GA_SplittableRange.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GA_SplittableRange
 

Functions

GA_API size_t UTestimatedNumItems (const GA_SplittableRange &range)
 

Function Documentation

GA_API size_t UTestimatedNumItems ( const GA_SplittableRange range)
inline

This is needed by the tbb wrapper in UT_ParallelUtility It returns an upper bound for the actual number of work items in the range.

Definition at line 110 of file GA_SplittableRange.h.