waLBerla 7.2
Loading...
Searching...
No Matches
GenericAABB.impl.h File Reference

Detailed Description

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::math
 

Functions

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.