Structure to order boxes by volume
Definition at line 513 of file interpolation.hpp.
Public Member Functions | |
bool | operator< (const Box_vol &bv) |
operator to reorder | |
Data Fields | |
Box< vector::dims, size_t > | bv |
Box. | |
size_t | vol |
Calculated volume. | |
|
inline |
operator to reorder
bv | box to compare with |
Definition at line 528 of file interpolation.hpp.
Box<vector::dims,size_t> interpolate< vector, grid, kernel >::Box_vol::bv |
Box.
Definition at line 516 of file interpolation.hpp.
size_t interpolate< vector, grid, kernel >::Box_vol::vol |
Calculated volume.
Definition at line 519 of file interpolation.hpp.