Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Stokhos::MortonZLess< term_type > Class Template Reference

A comparison functor implementing a strict weak ordering based Morton Z-ordering. More...

#include <Stokhos_ProductBasisUtils.hpp>

Public Types

typedef term_type product_element_type
 
typedef term_type::ordinal_type ordinal_type
 
typedef term_type::element_type element_type
 

Public Member Functions

 MortonZLess ()
 Constructor. More...
 
bool operator() (const term_type &a, const term_type &b) const
 

Detailed Description

template<typename term_type>
class Stokhos::MortonZLess< term_type >

A comparison functor implementing a strict weak ordering based Morton Z-ordering.

Definition at line 870 of file Stokhos_ProductBasisUtils.hpp.

Member Typedef Documentation

template<typename term_type >
typedef term_type Stokhos::MortonZLess< term_type >::product_element_type

Definition at line 873 of file Stokhos_ProductBasisUtils.hpp.

template<typename term_type >
typedef term_type::ordinal_type Stokhos::MortonZLess< term_type >::ordinal_type

Definition at line 874 of file Stokhos_ProductBasisUtils.hpp.

template<typename term_type >
typedef term_type::element_type Stokhos::MortonZLess< term_type >::element_type

Definition at line 875 of file Stokhos_ProductBasisUtils.hpp.

Constructor & Destructor Documentation

template<typename term_type >
Stokhos::MortonZLess< term_type >::MortonZLess ( )
inline

Constructor.

Definition at line 878 of file Stokhos_ProductBasisUtils.hpp.

Member Function Documentation

template<typename term_type >
bool Stokhos::MortonZLess< term_type >::operator() ( const term_type &  a,
const term_type &  b 
) const
inline

Definition at line 880 of file Stokhos_ProductBasisUtils.hpp.


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