Class SurfaceSimplification::HeapInterface

Nested Relationships

This class is a nested type of Class SurfaceSimplification.

Class Documentation

class HeapInterface

Public Functions

inline HeapInterface(VertexProperty<float> prio, VertexProperty<int> pos)
inline bool less(Vertex v0, Vertex v1)
inline bool greater(Vertex v0, Vertex v1)
inline int get_heap_position(Vertex v)
inline void set_heap_position(Vertex v, int pos)