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

Detailed Description

template<typename vector>
struct cell_list_selector< vector, comp_host >

Definition at line 215 of file vector_dist.hpp.

Public Types

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

Static Public Member Functions

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

Member Typedef Documentation

◆ ctype

template<typename vector >
typedef decltype(std::declval<vector>().getCellList(0.0)) cell_list_selector< vector, comp_host >::ctype

Definition at line 217 of file vector_dist.hpp.

Member Function Documentation

◆ get()

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

Definition at line 219 of file vector_dist.hpp.


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