Open CASCADE Technology  7.3.0
Data Fields

BVH_BinnedBuilder< T, N, Bins >::BVH_SplitPlane Struct Reference

Describes split plane candidate. More...

#include <BVH_BinnedBuilder.hxx>

Data Fields

BVH_Bin< T, N > LftVoxel
 
BVH_Bin< T, N > RghVoxel
 

Detailed Description

template<class T, int N, int Bins = BVH_Constants_NbBinsOptimal>
struct BVH_BinnedBuilder< T, N, Bins >::BVH_SplitPlane

Describes split plane candidate.

Field Documentation

◆ LftVoxel

template<class T, int N, int Bins = BVH_Constants_NbBinsOptimal>
BVH_Bin<T, N> BVH_BinnedBuilder< T, N, Bins >::BVH_SplitPlane::LftVoxel

◆ RghVoxel

template<class T, int N, int Bins = BVH_Constants_NbBinsOptimal>
BVH_Bin<T, N> BVH_BinnedBuilder< T, N, Bins >::BVH_SplitPlane::RghVoxel

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