cgma
|
#include <WeightedOctree.hpp>
Static Public Member Functions | |
static CubitVector | coordinates (const X &x) |
static int | weight (const X &x) |
template<class C > | |
static void | setLastCell (X &x, C *c) |
Definition at line 21 of file WeightedOctree.hpp.
static CubitVector DefaultWeightedNodeQuery< X >::coordinates | ( | const X & | x | ) | [inline, static] |
Definition at line 24 of file WeightedOctree.hpp.
{
return x.coordinates();
}
static void DefaultWeightedNodeQuery< X >::setLastCell | ( | X & | x, |
C * | c | ||
) | [inline, static] |
Definition at line 34 of file WeightedOctree.hpp.
{ x.setLastCell(c); }
static int DefaultWeightedNodeQuery< X >::weight | ( | const X & | x | ) | [inline, static] |
Definition at line 28 of file WeightedOctree.hpp.
{
return x.weight();
}