![]() |
Realm
A distributed, event-based tasking library
|
#include <rectlist.h>
Public Member Functions | |
| HybridRectangleList (void) | |
| void | add_point (const Point< N, T > &p) |
| void | add_rect (const Rect< N, T > &r) |
| const std::vector< Rect< N, T > > & | convert_to_vector (void) |
Public Attributes | |
| DenseRectangleList< N, T > | as_vector |
Static Public Attributes | |
| static const size_t | HIGH_WATER_MARK = 64 |
| static const size_t | LOW_WATER_MARK = 16 |
| Realm::HybridRectangleList< N, T >::HybridRectangleList | ( | void | ) |
| void Realm::HybridRectangleList< N, T >::add_point | ( | const Point< N, T > & | p | ) |
| void Realm::HybridRectangleList< N, T >::add_rect | ( | const Rect< N, T > & | r | ) |
| const std::vector< Rect< N, T > > & Realm::HybridRectangleList< N, T >::convert_to_vector | ( | void | ) |
| DenseRectangleList<N, T> Realm::HybridRectangleList< N, T >::as_vector |
|
static |
|
static |