OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
interpolate< vector, grid, kernel >::Box_vol Struct Reference

Detailed Description

template<typename vector, typename grid, typename kernel>
struct interpolate< vector, grid, kernel >::Box_vol

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 More...
 

Data Fields

Box< vector::dims, size_t > bv
 Box.
 
size_t vol
 Calculated volume.
 

Member Function Documentation

template<typename vector, typename grid, typename kernel>
bool interpolate< vector, grid, kernel >::Box_vol::operator< ( const Box_vol bv)
inline

operator to reorder

Parameters
bvbox to compare with
Returns
true if bv has volume bigger volume

Definition at line 528 of file interpolation.hpp.


The documentation for this struct was generated from the following file: