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