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

Public Member Functions | Private Attributes
aglowav2::Haar3dXXX< F >::Key Class Reference

Key of a wavelet element. More...

#include <element.hh>

List of all members.

Public Member Functions

uint & j ()
uint j () const
 Key (uint l, uint j)
 Constructor.
 Key ()
 Key (const Key &k)
uint l () const
uint & l ()
int operator< (const Key &k) const
int operator== (const Key &k) const

Private Attributes

uint j_
uint l_

Detailed Description

template<class F = concepts::Real>
class aglowav2::Haar3dXXX< F >::Key

Key of a wavelet element.

Definition at line 28 of file element.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real>
aglowav2::Haar3dXXX< F >::Key::Key ( ) [inline]

Definition at line 30 of file element.hh.

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

Constructor.

Parameters:
lLevel
jNumber of the wavelet on level $l$

Definition at line 35 of file element.hh.

template<class F = concepts::Real>
aglowav2::Haar3dXXX< F >::Key::Key ( const Key k) [inline]

Definition at line 36 of file element.hh.


Member Function Documentation

template<class F = concepts::Real>
uint& aglowav2::Haar3dXXX< F >::Key::j ( ) [inline]

Definition at line 44 of file element.hh.

template<class F = concepts::Real>
uint aglowav2::Haar3dXXX< F >::Key::j ( ) const [inline]

Definition at line 45 of file element.hh.

template<class F = concepts::Real>
uint aglowav2::Haar3dXXX< F >::Key::l ( ) const [inline]

Definition at line 43 of file element.hh.

template<class F = concepts::Real>
uint& aglowav2::Haar3dXXX< F >::Key::l ( ) [inline]

Definition at line 42 of file element.hh.

template<class F = concepts::Real>
int aglowav2::Haar3dXXX< F >::Key::operator< ( const Key k) const [inline]

Definition at line 39 of file element.hh.

Here is the call graph for this function:

template<class F = concepts::Real>
int aglowav2::Haar3dXXX< F >::Key::operator== ( const Key k) const [inline]

Definition at line 38 of file element.hh.

Here is the call graph for this function:


Member Data Documentation

template<class F = concepts::Real>
uint aglowav2::Haar3dXXX< F >::Key::j_ [private]

Definition at line 49 of file element.hh.

template<class F = concepts::Real>
uint aglowav2::Haar3dXXX< F >::Key::l_ [private]

Definition at line 48 of file element.hh.


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

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