#include <Interpolation.h>
|
| | BOOST_STATIC_ASSERT (boost::is_floating_point< FloatT >::value) |
| |
| | AlphaMask (const GridT &grid, const MaskT &mask, FloatT min, FloatT max, bool invert) |
| |
| bool | operator() (const Coord &xyz, FloatT &a, FloatT &b) const |
| |
|
| typedef MaskType::ConstAccessor | AccT |
| |
| typedef MaskType::ConstAccessor AccT |
|
protected |
| AlphaMask |
( |
const GridT & |
grid, |
|
|
const MaskT & |
mask, |
|
|
FloatT |
min, |
|
|
FloatT |
max, |
|
|
bool |
invert |
|
) |
| |
|
inline |
| BOOST_STATIC_ASSERT |
( |
boost::is_floating_point< FloatT >::value |
| ) |
|
| bool operator() |
( |
const Coord & |
xyz, |
|
|
FloatT & |
a, |
|
|
FloatT & |
b |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: