|
| template<typename T , typename U > |
| bool | walberla::math::operator== (const GenericAABB< T > &lhs, const GenericAABB< U > &rhs) |
| | Compares two GenericeAABBs for equality.
|
| |
| template<typename T , typename U > |
| bool | walberla::math::operator!= (const GenericAABB< T > &lhs, const GenericAABB< U > &rhs) |
| | Compares two GenericeAABBs for inequality.
|
| |
| template<typename T > |
| std::ostream & | walberla::math::operator<< (std::ostream &os, const GenericAABB< T > &aabb) |
| | Writes a GenericAABB to a std::ostream.
|
| |
| template<typename T > |
| std::istream & | walberla::math::operator>> (std::istream &is, GenericAABB< T > &aabb) |
| | Reads an GenericAABB from a std::istream.
|
| |
| 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.
|
| |