Field3D
|
Namespace for sparse field specifics. More...
Classes | |
struct | CheckAllEqual |
Checks if all the values in the SparseBlock are equal. Used by SparseField::releaseBlocks(). More... | |
struct | CheckMaxAbs |
Checks if all the absolute values in the SparseBlock are greater than some number. Useful for making narrow band levelsets Used by SparseField::releaseBlocks(). More... | |
class | SparseBlock |
Functions | |
template<typename Data_T > | |
bool | isAnyLess (const Data_T &left, const Data_T &right) |
template<> | |
bool | isAnyLess (const V3d &left, const V3d &right) |
template<> | |
bool | isAnyLess (const V3f &left, const V3f &right) |
template<> | |
bool | isAnyLess (const V3h &left, const V3h &right) |
Namespace for sparse field specifics.
|
inline |
Definition at line 770 of file SparseField.h.
Definition at line 778 of file SparseField.h.
Definition at line 788 of file SparseField.h.
Definition at line 798 of file SparseField.h.