OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Box_check< dim, T > Struct Template Reference

Detailed Description

template<unsigned int dim, typename T>
struct Box_check< dim, T >

Definition at line 33 of file grid_sm.hpp.

Public Member Functions

template<typename T2 >
 Box_check (Box< dim, T2 > &box)
 
template<typename SparseGridGpu_type >
__device__ __host__ bool check (SparseGridGpu_type &sggt, unsigned int dataBlockId, unsigned int offset)
 

Data Fields

Box< dim, T > box
 

Constructor & Destructor Documentation

◆ Box_check()

template<unsigned int dim, typename T >
template<typename T2 >
Box_check< dim, T >::Box_check ( Box< dim, T2 > &  box)
inlineexplicit

Definition at line 38 of file grid_sm.hpp.

Member Function Documentation

◆ check()

template<unsigned int dim, typename T >
template<typename SparseGridGpu_type >
__device__ __host__ bool Box_check< dim, T >::check ( SparseGridGpu_type &  sggt,
unsigned int  dataBlockId,
unsigned int  offset 
)
inline

Definition at line 43 of file grid_sm.hpp.

Field Documentation

◆ box

template<unsigned int dim, typename T >
Box<dim,T> Box_check< dim, T >::box

Definition at line 35 of file grid_sm.hpp.


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