|
OpenVDB 10.1.0
|
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
| bool | operator== (const BaseBBox &rhs) const |
| bool | operator!= (const BaseBBox &rhs) const |
| const Vec3T & | operator[] (int i) const |
| Vec3T & | operator[] (int i) |
| Vec3T & | min () |
| Vec3T & | max () |
| const Vec3T & | min () const |
| const Vec3T & | max () const |
| Coord & | translate (const Vec3T &xyz) |
| BaseBBox & | expand (const Vec3T &xyz) |
| BaseBBox & | intersect (const BaseBBox &bbox) |
| Intersect this bounding box with the given bounding box. | |
| bool | isInside (const Vec3T &xyz) |
Public Attributes | |
| Vec3T | mCoord [2] |
Protected Member Functions | |
| BaseBBox () | |
| BaseBBox (const Vec3T &min, const Vec3T &max) | |
Intersect this bounding box with the given bounding box.
|
inline |
|
inline |
| Vec3T mCoord[2] |