Go to the documentation of this file.
136 a_idx.first=
m_table->index(ix,iy,iz);
149 a_idx.first=
m_table->index(ix,iy,iz);
158 template <
typename T>
173 template <
typename T>
192 template <
typename T>
195 ost <<
"---NTBlock---"<< endl;
196 ost <<
"range: " << endl;
197 ost <<
"x: " << NTB.
m_xmin <<
"-" << NTB.
m_xmax << endl;
198 ost <<
"y: " << NTB.
m_ymin <<
"-" << NTB.
m_ymax << endl;
199 ost <<
"z: " << NTB.
m_zmin <<
"-" << NTB.
m_zmax << endl;
200 ost <<
"indices:" << endl;
204 ost << NTB.
m_table->index(ix,iy,iz) <<
" ";
representation of a slab of the search array of a NeigborTable
Definition: nt_block.h:22
int m_ymin
Definition: nt_block.h:41
ostream & operator<<(ostream &ost, const NTBlock< T > &NTB)
Definition: nt_block.hpp:193
NeighborTable< T > * m_table
Definition: nt_block.h:40
int m_xmin
Definition: nt_block.h:41
bool operator!=(const NTBlock< T > &b1, const NTBlock< T > &b2)
Definition: nt_block.hpp:174
int m_xmax
Definition: nt_block.h:41
pair< int, int > indextype
Definition: ntable.h:72
int m_zmax
Definition: nt_block.h:41
#define NULL
Definition: t_list.h:17
int m_zmin
Definition: nt_block.h:41
class for neighbor search
Definition: ntable.h:67
T * ptr(int, int, int, int)
bool operator==(const NTBlock< T > &b1, const NTBlock< T > &b2)
Definition: nt_block.hpp:159
T & ref(int, int, int, int)
int m_ymax
Definition: nt_block.h:41
NTBlock_iter< T > iterator
Definition: nt_block.h:35