Open CASCADE Technology 7.8.2.dev
BVH::BoxMinMax< T, N > Struct Template Reference

Tool class for calculate component-wise vector minimum and maximum (optimized version). More...

#include <BVH_Box.hxx>

Public Types

typedef BVH::VectorType< T, N >::Type BVH_VecNt
 

Static Public Member Functions

static void CwiseMin (BVH_VecNt &theVec1, const BVH_VecNt &theVec2)
 
static void CwiseMax (BVH_VecNt &theVec1, const BVH_VecNt &theVec2)
 

Detailed Description

template<class T, int N>
struct BVH::BoxMinMax< T, N >

Tool class for calculate component-wise vector minimum and maximum (optimized version).

Template Parameters
TNumeric data type
NVector dimension

Member Typedef Documentation

◆ BVH_VecNt

template<class T , int N>
BVH::VectorType<T,N>::Type BVH::BoxMinMax< T, N >::BVH_VecNt

Member Function Documentation

◆ CwiseMax()

template<class T , int N>
static void BVH::BoxMinMax< T, N >::CwiseMax ( BVH_VecNt & theVec1,
const BVH_VecNt & theVec2 )
inlinestatic

◆ CwiseMin()

template<class T , int N>
static void BVH::BoxMinMax< T, N >::CwiseMin ( BVH_VecNt & theVec1,
const BVH_VecNt & theVec2 )
inlinestatic

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