Open CASCADE Technology
6.9.1
|
Tool class providing typical operations on the array. It allows for interoperability between STD vector and NCollection vector. More...
#include <BVH_Types.hxx>
Public Types | |
typedef BVH::ArrayType< T, N >::Type | BVH_ArrayNt |
Static Public Member Functions | |
static const BVH::VectorType< T, N >::Type & | Value (const BVH_ArrayNt &theArray, const Standard_Integer theIndex) |
static BVH::VectorType< T, N >::Type & | ChangeValue (BVH_ArrayNt &theArray, const Standard_Integer theIndex) |
static void | Append (BVH_ArrayNt &theArray, const typename BVH::VectorType< T, N >::Type &theElement) |
static Standard_Integer | Size (const BVH_ArrayNt &theArray) |
static void | Clear (BVH_ArrayNt &theArray) |
Tool class providing typical operations on the array. It allows for interoperability between STD vector and NCollection vector.
T | Numeric data type |
N | Component number |
typedef BVH::ArrayType<T, N>::Type BVH::Array< T, N >::BVH_ArrayNt |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |