Key of the wavelet element. More...
#include <element.hh>
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_ |
Key of the wavelet element.
| l | Level |
| j | number dependent of the level |
Definition at line 107 of file element.hh.
| aglowav::Haar3dXXX< F, d >::Key::Key | ( | uint | l, |
| uint | j | ||
| ) | [inline] |
Definition at line 109 of file element.hh.
| uint aglowav::Haar3dXXX< F, d >::Key::j | ( | ) | const [inline] |
Definition at line 118 of file element.hh.
| uint aglowav::Haar3dXXX< F, d >::Key::l | ( | ) | const [inline] |
Definition at line 117 of file element.hh.
| int aglowav::Haar3dXXX< F, d >::Key::operator< | ( | const Key & | key | ) | [inline] |
| int aglowav::Haar3dXXX< F, d >::Key::operator== | ( | const Key & | key | ) | [inline] |
uint aglowav::Haar3dXXX< F, d >::Key::j_ [private] |
Definition at line 121 of file element.hh.
uint aglowav::Haar3dXXX< F, d >::Key::l_ [private] |
Definition at line 120 of file element.hh.