AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
IndexHeap.hpp 文件参考

Defines indexed heap. 更多...

#include <utilities/IndexDef.hpp>
#include <utilities/Exception.hpp>
#include <vector>
IndexHeap.hpp 的引用(Include)关系图:

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. 更多...
 

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 
namespace  AMCAX::Meshing
 AMCAX Meshing 模块提供的所有接口所在的命名空间。
 

详细描述

Defines indexed heap.

This file is part of AMCAX kernel.