waLBerla 7.2
Loading...
Searching...
No Matches
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

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::math
 
namespace  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.
 
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.