MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::DimConst< 3 > Struct Template Reference

#include <TMPCommon.hpp>

Static Public Member Functions

static double sqrt ()
static double inv ()

Detailed Description

template<>
struct MBMesquite::DimConst< 3 >

Definition at line 174 of file TMPCommon.hpp.


Member Function Documentation

static double MBMesquite::DimConst< 3 >::inv ( ) [inline, static]

Definition at line 180 of file TMPCommon.hpp.

References MBMesquite::MSQ_ONE_THIRD.

    {
        return MSQ_ONE_THIRD;
    }
static double MBMesquite::DimConst< 3 >::sqrt ( ) [inline, static]

Definition at line 176 of file TMPCommon.hpp.

References MBMesquite::MSQ_SQRT_THREE.

    {
        return MSQ_SQRT_THREE;
    }

List of all members.


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