Go to the documentation of this file.
51 unsigned int size()
const;
78 friend ostream& operator<< <>(ostream &,
const NTSlab &);
NeighborTable< T > * m_table
Definition: nt_slab.h:42
iterator rbegin()
Definition: nt_slab.hpp:90
void insert(iterator, const T &)
Definition: nt_slab.hpp:163
ostream & operator<<(ostream &, const NTSlab< T > &)
Definition: nt_slab.hpp:225
NTSlab_iter< T > iterator
Definition: nt_slab.h:37
T * ptr(typename NeighborTable< T >::indextype)
Definition: nt_slab.hpp:130
T value_type
Definition: nt_slab.h:39
void erase(iterator, iterator)
iterator rend()
number of particles at a given gridpoint
Definition: nt_slab.hpp:114
unsigned int slab_size() const
Definition: nt_slab.h:50
pair< int, int > indextype
Definition: ntable.h:72
bool operator==(const NTSlab< T > &, const NTSlab< T > &)
Definition: nt_slab.hpp:207
unsigned int nparts_at_gridpoint(unsigned int idx) const
Definition: nt_slab.h:61
representation of a slab of the search array of a NeigborTable
Definition: nt_slab.h:35
NTSlab()
Definition: nt_slab.hpp:17
T & ref(typename NeighborTable< T >::indextype)
Definition: nt_slab.hpp:146
class for neighbor search
Definition: ntable.h:68
unsigned int size() const
Definition: nt_slab.hpp:38
iterator for a NTSlab
Definition: nts_iter.h:39
iterator begin()
Definition: nt_slab.hpp:54
NTSlab_iter< T > const_iterator
Definition: nt_slab.h:38
DSlice m_sl
Definition: nt_slab.h:43
unsigned int size() const
Definition: dslice.h:33
iterator end()
Definition: nt_slab.hpp:76
bool operator!=(const NTSlab< T > &, const NTSlab< T > &)
Definition: nt_slab.hpp:213