OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cell_list_selector< vector, impl > Struct Template Reference

Detailed Description

template<typename vector, unsigned int impl>
struct cell_list_selector< vector, impl >

Definition at line 203 of file vector_dist.hpp.

Public Types

typedef decltype(std::declval< vector >().getCellListGPU(0.0)) ctype
 

Static Public Member Functions

static ctype get (vector &v, typename vector::stype &r_cut)
 

Member Typedef Documentation

◆ ctype

template<typename vector , unsigned int impl>
typedef decltype(std::declval<vector>().getCellListGPU(0.0)) cell_list_selector< vector, impl >::ctype

Definition at line 205 of file vector_dist.hpp.

Member Function Documentation

◆ get()

template<typename vector , unsigned int impl>
static ctype cell_list_selector< vector, impl >::get ( vector &  v,
typename vector::stype &  r_cut 
)
inlinestatic

Definition at line 207 of file vector_dist.hpp.


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