Key of a wavelet element. More...
#include <element.hh>
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_ |
Key of a wavelet element.
Definition at line 28 of file element.hh.
| aglowav2::Haar3dXXX< F >::Key::Key | ( | ) | [inline] |
Definition at line 30 of file element.hh.
| aglowav2::Haar3dXXX< F >::Key::Key | ( | uint | l, |
| uint | j | ||
| ) | [inline] |
Constructor.
| l | Level |
| j | Number of the wavelet on level |
Definition at line 35 of file element.hh.
| aglowav2::Haar3dXXX< F >::Key::Key | ( | const Key & | k | ) | [inline] |
Definition at line 36 of file element.hh.
| uint& aglowav2::Haar3dXXX< F >::Key::j | ( | ) | [inline] |
Definition at line 44 of file element.hh.
| uint aglowav2::Haar3dXXX< F >::Key::j | ( | ) | const [inline] |
Definition at line 45 of file element.hh.
| uint aglowav2::Haar3dXXX< F >::Key::l | ( | ) | const [inline] |
Definition at line 43 of file element.hh.
| uint& aglowav2::Haar3dXXX< F >::Key::l | ( | ) | [inline] |
Definition at line 42 of file element.hh.
| int aglowav2::Haar3dXXX< F >::Key::operator< | ( | const Key & | k | ) | const [inline] |
| int aglowav2::Haar3dXXX< F >::Key::operator== | ( | const Key & | k | ) | const [inline] |
uint aglowav2::Haar3dXXX< F >::Key::j_ [private] |
Definition at line 49 of file element.hh.
uint aglowav2::Haar3dXXX< F >::Key::l_ [private] |
Definition at line 48 of file element.hh.