ESyS-Particle  2.3.4
nt_block.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
bool operator== (const NTBlock< T > &b1, const NTBlock< T > &b2)
 
template<typename T >
bool operator!= (const NTBlock< T > &b1, const NTBlock< T > &b2)
 
template<typename T >
ostream & operator<< (ostream &ost, const NTBlock< T > &NTB)
 

Function Documentation

◆ operator!=()

template<typename T >
bool operator!= ( const NTBlock< T > &  b1,
const NTBlock< T > &  b2 
)

◆ operator<<()

template<typename T >
ostream& operator<< ( ostream &  ost,
const NTBlock< T > &  NTB 
)

output operator for NTBlock

Parameters
ostthe output stream
NTBthe NTBlock

References NTBlock::m_table, NTBlock::m_xmax, NTBlock::m_xmin, NTBlock::m_ymax, NTBlock::m_ymin, NTBlock::m_zmax, and NTBlock::m_zmin.

◆ operator==()

template<typename T >
bool operator== ( const NTBlock< T > &  b1,
const NTBlock< T > &  b2 
)