CubbyFlow::Array< T, N > Class Template Referencefinal
Generic N-dimensional array class interface. More...
#include <Core/Array/Array.h>
Detailed Description
template<typename T, size_t N>
class CubbyFlow::Array< T, N >
Generic N-dimensional array class interface.
This class provides generic template class for N-dimensional array where N must be either 1, 2 or 3. This particular class exists to provide generic interface for 1, 2 or 3 dimensional arrays using template specialization only, but it cannot create any instance by itself.
- Template Parameters
-
T - Real number type. N - Dimension.
The documentation for this class was generated from the following file:
- Core/Array/Array.h