|
ESyS-Particle
2.3.4
|


Go to the source code of this file.
Classes | |
| class | NTBlock< T > |
| representation of a slab of the search array of a NeigborTable More... | |
Functions | |
| template<typename T > | |
| bool | operator== (const NTBlock< T > &, const NTBlock< T > &) |
| template<typename T > | |
| bool | operator!= (const NTBlock< T > &, const NTBlock< T > &) |
| template<typename T > | |
| ostream & | operator<< (ostream &, const NTBlock< T > &) |
inequality operator
References NTBlock< T >::m_table, NTBlock< T >::m_xmax, NTBlock< T >::m_xmin, NTBlock< T >::m_ymax, NTBlock< T >::m_ymin, NTBlock< T >::m_zmax, and NTBlock< T >::m_zmin.
| ostream& operator<< | ( | ostream & | ost, |
| const NTBlock< T > & | NTB | ||
| ) |
output operator for NTBlock
| ost | the output stream |
| NTB | the NTBlock |
References NTBlock< T >::m_table, NTBlock< T >::m_xmax, NTBlock< T >::m_xmin, NTBlock< T >::m_ymax, NTBlock< T >::m_ymin, NTBlock< T >::m_zmax, and NTBlock< T >::m_zmin.
equality operator
References NTBlock< T >::m_table, NTBlock< T >::m_xmax, NTBlock< T >::m_xmin, NTBlock< T >::m_ymax, NTBlock< T >::m_ymin, NTBlock< T >::m_zmax, and NTBlock< T >::m_zmin.