#include <AMReX_NeighborList.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE | const_iterator (int start, int stop, const unsigned int *nbor_list_ptr, const ParticleType *pstruct) |
AMREX_GPU_HOST_DEVICE void | operator++ () |
AMREX_GPU_HOST_DEVICE bool | operator!= (const_iterator const &) const |
AMREX_GPU_HOST_DEVICE const ParticleType & | operator* () const |
AMREX_GPU_HOST_DEVICE unsigned int | index () const |
Private Attributes | |
int | m_index |
int | m_stop |
const unsigned int * | m_nbor_list_ptr |
const ParticleType * | m_pstruct |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |