|
SPH
|
This is the complete list of members for Box, including all inherited members.
| Box()=default | Box | |
| Box(const Vector &minBound, const Vector &maxBound) | Box | inline |
| center() const | Box | inline |
| clamp(const Vector &v) const | Box | inline |
| contains(const Vector &v) const | Box | inline |
| EMPTY() | Box | inlinestatic |
| extend(const Vector &v) | Box | inline |
| extend(const Box &other) | Box | inline |
| intersect(const Box &other) const | Box | inline |
| iterate(const Vector &step, TFunctor &&functor) const | Box | inline |
| iterateWithIndices(const Vector &step, TFunctor &&functor) const | Box | inline |
| lower() const | Box | inline |
| lower() | Box | inline |
| operator!=(const Box &other) const | Box | inline |
| operator<<(std::ostream &stream, const Box &box) | Box | friend |
| operator==(const Box &other) const | Box | inline |
| size() const | Box | inline |
| split(const Size dim, const Float x) const | Box | inline |
| translate(const Vector &offset) const | Box | inline |
| upper() const | Box | inline |
| upper() | Box | inline |
| volume() const | Box | inline |