get data-ptr from arrays

This commit is contained in:
Lukas 2019-08-26 12:51:33 +02:00
parent 287256a626
commit 209acb6af0

View File

@ -453,6 +453,9 @@ namespace ngcore
/// the size
NETGEN_INLINE size_t Size() const { return size; }
/// the data
NETGEN_INLINE T* Data() const { return data; }
/// Fill array with value val
NETGEN_INLINE const FlatArray & operator= (const T & val) const
{