Open CASCADE Technology  6.9.0
Public Types | Static Public Member Functions
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

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

Member Function Documentation

template<class T , int N>
static void BVH::BoxMinMax< T, N >::CwiseMax ( BVH_VecNt theVec1,
const BVH_VecNt theVec2 
)
inlinestatic
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: