A class that will hold data contained in the PDF. More...
#include <PDF.h>
Public Attributes | |
| _T | data_ |
| The data contained in this Element. | |
Private Member Functions | |
| Element (const _T &d, const std::size_t i) | |
Private Attributes | |
| std::size_t | index_ |
Friends | |
| class | |
A class that will hold data contained in the PDF.
Definition at line 53 of file PDF.h.
| ompl::PDF< _T >::Element::Element | ( | const _T & | d, | |
| const std::size_t | i | |||
| ) | [inline, private] |
| _T ompl::PDF< _T >::Element::data_ |
std::size_t ompl::PDF< _T >::Element::index_ [private] |