OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
grid_key_d< dim, p > Class Template Reference

grid_key_d is the key to access any element in the grid More...

Detailed Description

template<unsigned int dim, unsigned int p>
class grid_key_d< dim, p >

grid_key_d is the key to access any element in the grid

grid_key_d is the key to access any element in the grid

Parameters
dimdimensionality of the grid
pobject property to get from the element of the grid

Definition at line 364 of file grid_key.hpp.

#include <grid_key.hpp>

Public Member Functions

template<typename a , typename... T>
 grid_key_d (a v, T...t)
 
template<typename a , typename... T>
void invert_assign (a v, T...t)
 
template<typename a , typename... T>
void invert_assign (a v)
 

Data Fields

mem_id k [dim]
 

The documentation for this class was generated from the following file: