#include <UT_ParallelUtil.h>
Public Member Functions | |
| UT_BlockedRange2D () | |
| UT_BlockedRange2D (T_ROW row_begin, T_ROW row_end, T_COL col_begin, T_COL col_end, size_t row_grainsize=1, size_t col_grainsize=1) | |
| NB: The arguments are in a different order than tbb. | |
| UT_BlockedRange2D (UT_BlockedRange2D &R, UT_Split split) | |
Range::Range(const Range&);
Range::~Range();
bool Range::is_divisible() const;
bool Range::empty() const;
Range::Range(Range &r, UT_Split) const;
r into two sub-ranges (i.e. modify r and *this) Definition at line 196 of file UT_ParallelUtil.h.
| UT_BlockedRange2D< T_ROW, T_COL >::UT_BlockedRange2D | ( | ) | [inline] |
Definition at line 199 of file UT_ParallelUtil.h.
| UT_BlockedRange2D< T_ROW, T_COL >::UT_BlockedRange2D | ( | T_ROW | row_begin, | |
| T_ROW | row_end, | |||
| T_COL | col_begin, | |||
| T_COL | col_end, | |||
| size_t | row_grainsize = 1, |
|||
| size_t | col_grainsize = 1 | |||
| ) | [inline] |
NB: The arguments are in a different order than tbb.
Definition at line 203 of file UT_ParallelUtil.h.
| UT_BlockedRange2D< T_ROW, T_COL >::UT_BlockedRange2D | ( | UT_BlockedRange2D< T_ROW, T_COL > & | R, | |
| UT_Split | split | |||
| ) | [inline] |
Definition at line 209 of file UT_ParallelUtil.h.
1.5.9