|
std::ostream & | walberla::cell::operator<< (std::ostream &os, const CellInterval &interval) |
| output in the form of "[(3,1,5) ... (4,5,8)]" More...
|
|
std::istream & | walberla::cell::operator>> (std::istream &is, CellInterval &interval) |
|
template<typename T , typename G > |
mpi::GenericSendBuffer< T, G > & | walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const CellInterval &cellInterval) |
|
template<typename T > |
mpi::GenericRecvBuffer< T > & | walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, CellInterval &cellInterval) |
|