template<unsigned int dim, unsigned int size, bool thr = as_array_nnc<dim>::type::value>
class NNc_array< dim, size, thr >
Definition at line 32 of file NNc_array.hpp.
|
void | set_size (const size_t(&sz)[dim]) |
| Set the size in each.
|
|
const long int & | operator[] (size_t i) const |
| return the element i
|
|
long int & | operator[] (size_t i) |
| return the element i
|
|
void | init_full () |
| Initialize the NNc array with full neighborhood cells indexes.
|
|
void | init_sym () |
| Initialize the NNc array with symmetric neighborhood cells indexes.
|
|
const long int * | getPointer () const |
| return the pointer to the array
|
|
NNc_array< dim, size, thr > & | operator= (const NNc_array< dim, size, thr > &nnc) |
| Copy the NNc_array.
|
|
void | swap (NNc_array< dim, size, thr > &nnc) |
| swap NNc_array
|
|