|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/ml/permutohedral.h>
Public Member Functions | |
| HashTableOLD (int key_size, int n_elements) | |
| ~HashTableOLD () | |
| int | size () const |
| void | reset () |
| int | find (const short *k, bool create=false) |
| const short * | getKey (int i) const |
Protected Member Functions | |
| void | grow () |
| std::size_t | hash (const short *k) |
Protected Attributes | |
| std::size_t | key_size_ |
| std::size_t | filled_ |
| std::size_t | capacity_ |
| short * | keys_ |
| int * | table_ |
Definition at line 143 of file permutohedral.h.
|
inlineexplicit |
|
inline |
Definition at line 208 of file permutohedral.h.
|
inline |
|
inline |
Definition at line 262 of file permutohedral.h.
References key_size_, and keys_.
Referenced by grow().
|
inlineprotected |
|
inlineprotected |
Definition at line 189 of file permutohedral.h.
References key_size_.
|
inline |
Definition at line 221 of file permutohedral.h.
|
inline |
Definition at line 215 of file permutohedral.h.
References filled_.
|
protected |
Definition at line 154 of file permutohedral.h.
Referenced by find(), grow(), HashTableOLD(), and reset().
|
protected |
Definition at line 154 of file permutohedral.h.
Referenced by find(), grow(), HashTableOLD(), reset(), and size().
|
protected |
Definition at line 154 of file permutohedral.h.
Referenced by find(), getKey(), grow(), hash(), and HashTableOLD().
|
protected |
Definition at line 155 of file permutohedral.h.
Referenced by find(), getKey(), grow(), HashTableOLD(), and ~HashTableOLD().
|
protected |
Definition at line 156 of file permutohedral.h.
Referenced by find(), grow(), HashTableOLD(), reset(), and ~HashTableOLD().