MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::BoxedLeaf< T > Struct Template Reference

#include <MRMesh/MRAABBTreeMaker.h>

Public Member Functions

 BoxedLeaf () noexcept=default
 BoxedLeaf (NoInit) noexcept

Public Attributes

T::LeafId leafId
T::BoxT box

Constructor & Destructor Documentation

◆ BoxedLeaf() [1/2]

template<typename T>
MR::BoxedLeaf< T >::BoxedLeaf ( )
defaultnoexcept

◆ BoxedLeaf() [2/2]

template<typename T>
MR::BoxedLeaf< T >::BoxedLeaf ( NoInit )
inlineexplicitnoexcept

Member Data Documentation

◆ box

template<typename T>
T::BoxT MR::BoxedLeaf< T >::box

◆ leafId

template<typename T>
T::LeafId MR::BoxedLeaf< T >::leafId

The documentation for this struct was generated from the following file: