template<typename T>
class UT_BlockedRange< T >
Declare prior to use.
UT_BlockedRange() is a simple wrapper using tbb for its implementation This meets the requirements for a Range object, which are:
Range::Range(const Range&);
Copy constructor
-
Destructor
bool Range::is_divisible() const;
True if the range can be partitioned into two sub-ranges
bool Range::empty() const;
True if the range is empty
-
Split the range r
into two sub-ranges (i.e. modify r
and *this)
- Examples:
- tetprim/GEO_PrimTetra.C, and tetprim/GEO_PrimTetra.h.
Definition at line 57 of file UT_ParallelUtil.h.