SPH
|
#include <LookupMap.h>
Public Member Functions | |
LookupMap ()=default | |
LookupMap (const Size n) | |
void | update (ArrayView< const Vector > points) |
INLINE bool | empty () const |
INLINE Vector | clamp (const Vector &pos) const |
LookupMap & | operator= (LookupMap &&other) |
INLINE const Array< Size > & | operator() (const Indices &idxs) const |
INLINE Array< Size > & | operator() (const Indices &idxs) |
INLINE Box | voxel (const Indices idxs) const |
INLINE Vector | getVoxelSize () const |
INLINE Size | getDimensionSize () const |
INLINE Indices | map (const Vector &v) const |
Public Member Functions inherited from Noncopyable | |
Noncopyable ()=default | |
Noncopyable (const Noncopyable &)=delete | |
Noncopyable (Noncopyable &&)=default | |
Noncopyable & | operator= (const Noncopyable &)=delete |
Noncopyable & | operator= (Noncopyable &&)=default |
Definition at line 14 of file LookupMap.h.
|
default |
|
inline |
Definition at line 27 of file LookupMap.h.
Definition at line 51 of file LookupMap.h.
|
inline |
Definition at line 47 of file LookupMap.h.
Definition at line 84 of file LookupMap.h.
Definition at line 80 of file LookupMap.h.
Definition at line 88 of file LookupMap.h.
Definition at line 68 of file LookupMap.h.
Definition at line 62 of file LookupMap.h.
Definition at line 55 of file LookupMap.h.
Definition at line 31 of file LookupMap.h.
Definition at line 74 of file LookupMap.h.