Skip to content

Struct muda::lbvh::AABB

template <typename T>

ClassList > muda > lbvh > AABB

Public Attributes

Type Name
vector_of< T >::type lower
vector_of< T >::type upper

Public Functions

Type Name
MUDA_GENERIC AABB () noexcept
MUDA_GENERIC AABB (const AABB< T > &) noexcept
MUDA_GENERIC AABB (AABB< T > &&) noexcept
MUDA_GENERIC AABB & operator= (const AABB< T > &) noexcept
MUDA_GENERIC AABB & operator= (AABB< T > &&) noexcept

Public Attributes Documentation

variable lower

vector_of<T>::type muda::lbvh::AABB< T >::lower;

variable upper

vector_of<T>::type muda::lbvh::AABB< T >::upper;

Public Functions Documentation

function AABB [1/3]

MUDA_GENERIC muda::lbvh::AABB::AABB () noexcept

function AABB [2/3]

MUDA_GENERIC muda::lbvh::AABB::AABB (
    const AABB < T > &
) noexcept

function AABB [3/3]

MUDA_GENERIC muda::lbvh::AABB::AABB (
    AABB < T > &&
) noexcept

function operator=

MUDA_GENERIC AABB & muda::lbvh::AABB::operator= (
    const AABB < T > &
) noexcept

function operator=

MUDA_GENERIC AABB & muda::lbvh::AABB::operator= (
    AABB < T > &&
) noexcept


The documentation for this class was generated from the following file src/muda/ext/geo/lbvh/aabb.h