Iterator for the neighborhood of the cell structures. More...
#include <CellNNIteratorRuntime.hpp>
Inheritance diagram for CellNNIterator< dim, Cell, RUNTIME >:Public Member Functions | |
| __attribute__ ((always_inline)) inline CellNNIterator(size_t cell | |
| Cell NN iterator. More... | |
| const long int size_t Cell | NNc_size (NNc_size) |
| const long int size_t Cell | cell (cell) |
| const long int size_t Cell | cell_id (NNc[NNc_id]+cell) |
| const long int size_t Cell | cl (cl) |
| const long int size_t Cell | NNc (NNc) |
| __attribute__ ((always_inline)) inline bool isNext() | |
| Check if there is the next element. More... | |
| __attribute__ ((always_inline)) inline CellNNIterator &operator++() | |
| take the next element More... | |
| __attribute__ ((always_inline)) inline const typename Cell | |
| Get the value of the cell. More... | |
Data Fields | |
| const long int size_t | NNc_size |
| const long int size_t Cell & | cl:NNc_id(0) |
Protected Member Functions | |
| __attribute__ ((always_inline)) inline void selectValid() | |
| Select non-empty cell. | |
Protected Attributes | |
| const Cell::Mem_type_type::loc_index * | start_id |
| actual element id | |
| const Cell::Mem_type_type::loc_index * | stop_id |
| stop id to read the end of the cell | |
| size_t | NNc_id |
| Actual NNc_id;. | |
| size_t | NNc_size |
| Size of the neighboring cells. | |
| const long int | cell |
| Center cell, or cell for witch we are searching the NN-cell. | |
| size_t | cell_id |
| actual cell id = NNc[NNc_id]+cell stored for performance reason | |
| Cell & | cl |
| Cell list. | |
| const long int * | NNc |
| NN cell id. | |
Iterator for the neighborhood of the cell structures.
In general you never create it directly but you get it from the CellList structures
It iterate across all the element of the selected cell and the near cells
| dim | dimensionality of the space where the cell live |
| Cell | cell type on which the iterator is working |
Definition at line 32 of file CellNNIteratorRuntime.hpp.
|
inline |
Check if there is the next element.
Definition at line 107 of file CellNNIteratorRuntime.hpp.
|
inline |
| CellNNIterator< dim, Cell, RUNTIME >::__attribute__ | ( | (always_inline) | ) |
Cell NN iterator.
| cell | Cell id |
| NNc | Cell neighborhood indexes (relative) |
| NNc_size | size of the neighborhood |
| cl | Cell structure |
|
inline |
Get the value of the cell.
Definition at line 133 of file CellNNIteratorRuntime.hpp.