gdk-graphics 0b051eb9b5c1eaa0658babaa4463dd7a80aa9d2c
Loading...
Searching...
No Matches
jfc::cube_array< value_type, size_param > Class Template Referencefinal

3d array where its length width and height are equal More...

#include <cube_array.h>

Public Member Functions

const value_type & at (const size_t aX, const size_t aY, const size_t aZ) const
 
const decltype(m_Data) & data () const
 
value_type & at (const size_t aX, const size_t aY, const size_t aZ)
 
decltype(m_Data) & data ()
 
void clear ()
 

Static Public Attributes

static constexpr size_t size = size_param
 
static constexpr size_t size_1d = size * size * size
 

Detailed Description

template<typename value_type, size_t size_param>
class jfc::cube_array< value_type, size_param >

3d array where its length width and height are equal


The documentation for this class was generated from the following file: