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. | |
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. | |
template<typename S > | |
void | linearize_hkeys (S &obj, size_t m) |
Private Attributes | |
openfpm::vector< size_t > | keys |
stub object | |
typedef ParticleIt_CellP<CellList> Process_keys_lin< dim, CellList >::Pit |
Particle Iterator produced by this key generator.
Definition at line 29 of file ProcKeys.hpp.
|
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 |
|
inline |
Definition at line 61 of file ProcKeys.hpp.
|
private |
stub object
Definition at line 24 of file ProcKeys.hpp.