cgma
DefaultWeightedNodeQuery< X > Class Template Reference

#include <WeightedOctree.hpp>

List of all members.

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)

Detailed Description

template<class X>
class DefaultWeightedNodeQuery< X >

Definition at line 21 of file WeightedOctree.hpp.


Member Function Documentation

template<class X >
static CubitVector DefaultWeightedNodeQuery< X >::coordinates ( const X x) [inline, static]

Definition at line 24 of file WeightedOctree.hpp.

    {
      return x.coordinates();
    }
template<class X >
template<class C >
static void DefaultWeightedNodeQuery< X >::setLastCell ( X x,
C *  c 
) [inline, static]

Definition at line 34 of file WeightedOctree.hpp.

    {
       x.setLastCell(c);
    }
template<class X >
static int DefaultWeightedNodeQuery< X >::weight ( const X x) [inline, static]

Definition at line 28 of file WeightedOctree.hpp.

    {
      return x.weight();
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines