#include <element.hh>
Public Member Functions | |
Key (uint l, uint j) | |
Key (const Key &k) | |
int | operator== (const Key &k) const |
int | operator< (const Key &k) const |
uint & | l () |
uint | l () const |
uint & | j () |
uint | j () const |
Key of a wavelet element
Definition at line 30 of file element.hh.
|
inline |
Definition at line 32 of file element.hh.
|
inline |
Constructor
l | Level |
j | Number of the wavelet on level |
Definition at line 37 of file element.hh.
|
inline |
Definition at line 38 of file element.hh.
|
inline |
Definition at line 46 of file element.hh.
|
inline |
Definition at line 47 of file element.hh.
|
inline |
Definition at line 44 of file element.hh.
|
inline |
Definition at line 45 of file element.hh.
|
inline |
Definition at line 41 of file element.hh.
|
inline |
Definition at line 40 of file element.hh.