All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::BinaryHeap::Element Class Reference

When an element is added to the heap, an instance of Element* is created. This instance contains the data that was added and internal information about the position of the data in the heap's internal storage. More...

#include <BinaryHeap.h>

List of all members.

Public Attributes

_T data
 The data of this element.

Friends

class BinaryHeap

Detailed Description

When an element is added to the heap, an instance of Element* is created. This instance contains the data that was added and internal information about the position of the data in the heap's internal storage.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends