Open CASCADE Technology 7.9.0
NCollection_Array1.hxx File Reference

Data Structures

class  NCollection_Array1< TheItemType >
 The class NCollection_Array1 represents unidimensional arrays of fixed size known at run time. The range of the index is user defined. An array1 can be constructed with a "C array". This functionality is useful to call methods expecting an Array1. It allows to carry the bounds inside the arrays. More...