Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
aglowav::Haar3dXXX< F, d >::Key Class Reference

Key of the wavelet element. More...

#include <element.hh>

List of all members.

Public Member Functions

uint j () const
 Key (uint l, uint j)
uint l () const
int operator< (const Key &key)
int operator== (const Key &key)

Private Attributes

uint j_
uint l_

Detailed Description

template<class F = concepts::Real, uint d = 2>
class aglowav::Haar3dXXX< F, d >::Key

Key of the wavelet element.

Parameters:
lLevel
jnumber dependent of the level

Definition at line 107 of file element.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real, uint d = 2>
aglowav::Haar3dXXX< F, d >::Key::Key ( uint  l,
uint  j 
) [inline]

Definition at line 109 of file element.hh.


Member Function Documentation

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::j ( ) const [inline]

Definition at line 118 of file element.hh.

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::l ( ) const [inline]

Definition at line 117 of file element.hh.

template<class F = concepts::Real, uint d = 2>
int aglowav::Haar3dXXX< F, d >::Key::operator< ( const Key key) [inline]

Definition at line 114 of file element.hh.

Here is the call graph for this function:

template<class F = concepts::Real, uint d = 2>
int aglowav::Haar3dXXX< F, d >::Key::operator== ( const Key key) [inline]

Definition at line 111 of file element.hh.

Here is the call graph for this function:


Member Data Documentation

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::j_ [private]

Definition at line 121 of file element.hh.

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::l_ [private]

Definition at line 120 of file element.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)