|
template<typename T , typename U > |
bool | walberla::math::operator== (const GenericAABB< T > &lhs, const GenericAABB< U > &rhs) |
| Compares two GenericeAABBs for equality. More...
|
|
template<typename T , typename U > |
bool | walberla::math::operator!= (const GenericAABB< T > &lhs, const GenericAABB< U > &rhs) |
| Compares two GenericeAABBs for inequality. More...
|
|
template<typename T > |
std::ostream & | walberla::math::operator<< (std::ostream &os, const GenericAABB< T > &aabb) |
| Writes a GenericAABB to a std::ostream. More...
|
|
template<typename T > |
std::istream & | walberla::math::operator>> (std::istream &is, GenericAABB< T > &aabb) |
| Reads an GenericAABB from a std::istream. More...
|
|
template<typename T , typename G , typename VT > |
mpi::GenericSendBuffer< T, G > & | walberla::math::operator<< (mpi::GenericSendBuffer< T, G > &buf, const GenericAABB< VT > &aabb) |
| Serializes an GenericAABB into a mpi::GenericSendBuffer. More...
|
|