Open CASCADE Technology  7.0.0
Static Public Member Functions
BVH_Sorter< T, N > Class Template Reference

Performs centroid-based sorting of abstract set. More...

#include <BVH_Sorter.hxx>

Static Public Member Functions

static void Perform (BVH_Set< T, N > *theSet, const Standard_Integer theAxis)
 Sorts the set by centroids coordinates in specified axis. More...
 
static void Perform (BVH_Set< T, N > *theSet, const Standard_Integer theAxis, const Standard_Integer theBegElement, const Standard_Integer theEndElement)
 Sorts the set by centroids coordinates in specified axis. More...
 

Detailed Description

template<class T, int N>
class BVH_Sorter< T, N >

Performs centroid-based sorting of abstract set.

Member Function Documentation

template<class T , int N>
static void BVH_Sorter< T, N >::Perform ( BVH_Set< T, N > *  theSet,
const Standard_Integer  theAxis 
)
static

Sorts the set by centroids coordinates in specified axis.

template<class T , int N>
static void BVH_Sorter< T, N >::Perform ( BVH_Set< T, N > *  theSet,
const Standard_Integer  theAxis,
const Standard_Integer  theBegElement,
const Standard_Integer  theEndElement 
)
static

Sorts the set by centroids coordinates in specified axis.


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