Open CASCADE Technology  7.1.0.beta
Data Structures | Typedefs

BVH_RadixSorter.hxx File Reference

#include <BVH_Sorter.hxx>
#include <BVH_Builder.hxx>
#include <NCollection_Handle.hxx>
#include <NCollection_Array1.hxx>
#include <BVH_RadixSorter.lxx>

Data Structures

class  BVH_RadixSorter< T, N >
 Performs radix sort of a BVH primitive set using 10-bit Morton codes (or 1024 x 1024 x 1024 grid). More...
 

Typedefs

typedef std::pair< Standard_Integer, Standard_IntegerBVH_EncodedLink
 Pair of Morton code and primitive ID. More...
 

Typedef Documentation

Pair of Morton code and primitive ID.