|
AMCAX Kernel 1.0.0.0
|
Defines indexed heap. More...
Include dependency graph for IndexHeap.hpp:Classes | |
| class | AMCAX::Meshing::IndexDenseHeap< value_type, key_type, comparator > |
| Each element is a pair of key and value (k, v). Key is supposed to be an index with type index_t. Value is usually something to be sorted, e.g., priority. IndexDenseHeap use a heap to sort values by comparing value. It also can modify value by key and resort the values. More...
| |
Namespaces | |
| namespace | AMCAX |
| Namespace of all interface in the AMCAX kernel.
| |
| namespace | AMCAX::Meshing |
| Namespace of all interface in the AMCAX Meshing module.
| |
Defines indexed heap.