#include <AMReX_NeighborList.H>
|
| __host__ __device__ | const_iterator (int start, int stop, const unsigned int *nbor_list_ptr, const ParticleType *pstruct) |
| |
| __host__ __device__ void | operator++ () |
| |
| __host__ __device__ bool | operator!= (const_iterator const &) const |
| |
| __host__ __device__ const ParticleType & | operator* () const |
| |
| __host__ __device__ unsigned int | index () const |
| |
◆ const_iterator()
template<class ParticleType >
| __host__ __device__ amrex::Neighbors< ParticleType >::const_iterator::const_iterator |
( |
int |
start, |
|
|
int |
stop, |
|
|
const unsigned int * |
nbor_list_ptr, |
|
|
const ParticleType * |
pstruct |
|
) |
| |
|
inline |
◆ index()
template<class ParticleType >
| __host__ __device__ unsigned int amrex::Neighbors< ParticleType >::const_iterator::index |
( |
| ) |
const |
|
inline |
◆ operator!=()
template<class ParticleType >
◆ operator*()
template<class ParticleType >
| __host__ __device__ const ParticleType & amrex::Neighbors< ParticleType >::const_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
template<class ParticleType >
| __host__ __device__ void amrex::Neighbors< ParticleType >::const_iterator::operator++ |
( |
| ) |
|
|
inline |
◆ m_index
template<class ParticleType >
◆ m_nbor_list_ptr
template<class ParticleType >
| const unsigned int* amrex::Neighbors< ParticleType >::const_iterator::m_nbor_list_ptr |
|
private |
◆ m_pstruct
template<class ParticleType >
◆ m_stop
template<class ParticleType >
The documentation for this struct was generated from the following file: