OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    NCollection_Array1.hxx File Reference
    #include <Standard_DimensionMismatch.hxx>
    #include <Standard_OutOfMemory.hxx>
    #include <Standard_NotImplemented.hxx>
    #include <Standard_OutOfRange.hxx>
    #include <NCollection_DefineAlloc.hxx>
    #include <NCollection_Iterator.hxx>
    #include <NCollection_Allocator.hxx>
    #include <StdFail_NotDone.hxx>
    #include <NCollection_IndexedIterator.hxx>
    #include <algorithm>
    #include <cstring>
    #include <memory>
    #include <type_traits>
    #include <utility>

    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...