|
VAPOR3 3.9.4
|
#include <Grid.h>
Public Member Functions | |
| InsideBox (const CoordType &min, const CoordType &max) | |
| InsideBox () | |
| bool | operator() (const CoordType &pt) const |
| bool | operator() (const double pt[]) const |
| bool | Enabled () const |
Inside a box functor
operator() returns true if point pt is on or inside the axis-aligned box defined by min and max
|
inline |
|
inline |