AMCAX Kernel 1.0.0.0
IndexHeap.hpp File Reference

Defines indexed heap. More...

#include <utilities/IndexDef.hpp>
#include <utilities/Exception.hpp>
#include <vector>
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.
 

Detailed Description

Defines indexed heap.

This file is part of AMCAX kernel.