Definition at line 21 of file ProcKeys.hpp.
Public Types | |
|
typedef ParticleIt_CellP < CellList > | Pit |
| Particle Iterator produced by this key generator. | |
Public Member Functions | |
| const openfpm::vector< size_t > & | getKeys () const |
| Return cellkeys vector. More... | |
| template<typename S > | |
| void | get_hkey (S &obj, grid_key_dx< dim > gk, size_t m) |
| Get a linear (1D-like) key from the coordinates and add to the getKeys vector. More... | |
| template<typename S > | |
| void | linearize_hkeys (S &obj, size_t m) |
Private Attributes | |
| openfpm::vector< size_t > | keys |
| stub object | |
|
inline |
Get a linear (1D-like) key from the coordinates and add to the getKeys vector.
| S | Cell list type |
| obj | Cell list object |
| gk | grid key |
| m | order of a curve |
Definition at line 49 of file ProcKeys.hpp.
|
inline |