GenericAABB.h File Reference

Detailed Description

#include "core/DataTypes.h"
#include "core/math/Vector3.h"
#include "core/math/Shims.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include <random>
#include <type_traits>
#include "GenericAABB.impl.h"

Classes

class  walberla::math::GenericAABB< T >
 GenericAABB represents an axis-aligned bounding box. More...
 
struct  walberla::math::GenericAABB< T >::MinMaxCornerGivenT
 
struct  walberla::mpi::BufferSizeTrait< walberla::math::GenericAABB< T > >
 

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::math
 
 walberla::mpi
 

Functions

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...