Open CASCADE Technology  6.9.0
Public Types
BVH::ArrayType< T, N > Struct Template Reference

Tool class for selecting type of array of vectors (STD or NCollection vector). More...

#include <BVH_Types.hxx>

Public Types

typedef std::vector< typename
VectorType< T, N >::Type
Type
 

Detailed Description

template<class T, int N = 1>
struct BVH::ArrayType< T, N >

Tool class for selecting type of array of vectors (STD or NCollection vector).

Template Parameters
TNumeric data type
NComponent number

Member Typedef Documentation

template<class T, int N = 1>
typedef std::vector<typename VectorType<T, N>::Type> BVH::ArrayType< T, N >::Type

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