|
SPH
|
#include <Grid.h>
Public Member Functions | |
| Grid ()=default | |
| Grid (const Indices &dimensions, const T &value=T()) | |
| INLINE T & | operator[] (const Indices &idxs) |
| INLINE const T & | operator[] (const Indices &idxs) const |
| INLINE Indices | size () const |
| INLINE bool | empty () const |
| INLINE uint64_t | voxelCount () const |
| Iterator< T > | begin () |
| Iterator< T > | end () |