#include <index1D.h>
Public Member Functions | |
Index1D (const typename IBASIS::Index &ind, const unsigned int p, const unsigned int dir, const unsigned int der) | |
bool | operator< (const Index1D< IBASIS > &lambda) const |
bool | operator== (const Index1D< IBASIS > &lambda) const |
bool | operator!= (const Index1D< IBASIS > &lambda) const |
bool | operator<= (const Index1D< IBASIS > &lambda) const |
IBASIS::Index | index () const |
unsigned int | derivative () const |
unsigned int | p () const |
unsigned int | direction () const |
Protected Attributes | |
IBASIS::Index | ind_ |
unsigned int | p_ |
unsigned int | dir_ |
unsigned int | der_ |
FrameTL::Index1D< IBASIS >::Index1D | ( | const typename IBASIS::Index & | ind, | |
const unsigned int | p, | |||
const unsigned int | dir, | |||
const unsigned int | der | |||
) | [inline] |
Constructor.
unsigned int FrameTL::Index1D< IBASIS >::derivative | ( | ) | const [inline] |
The order of derivative of the encoded wavelet or generator.
unsigned int FrameTL::Index1D< IBASIS >::direction | ( | ) | const [inline] |
The spatial direction the 1D wavelet or generator belongs to.
IBASIS::Index FrameTL::Index1D< IBASIS >::index | ( | ) | const [inline] |
Read access to the encapsulated 1D wavelet index.
bool FrameTL::Index1D< IBASIS >::operator!= | ( | const Index1D< IBASIS > & | lambda | ) | const [inline] |
Check for inequality.
bool FrameTL::Index1D< IBASIS >::operator< | ( | const Index1D< IBASIS > & | lambda | ) | const [inline] |
Relation "less than" according to the hierarchy "IntervalIndex, patch, direction, derivative".
bool FrameTL::Index1D< IBASIS >::operator<= | ( | const Index1D< IBASIS > & | lambda | ) | const [inline] |
Relation "less than or equal" according to the hierarchy "IntervalIndex, patch, direction, derivative".
bool FrameTL::Index1D< IBASIS >::operator== | ( | const Index1D< IBASIS > & | lambda | ) | const [inline] |
Check for equality.
unsigned int FrameTL::Index1D< IBASIS >::p | ( | ) | const [inline] |
The patchnumber of the encoded wavelet or generator.
unsigned int FrameTL::Index1D< IBASIS >::der_ [protected] |
The derivative order.
unsigned int FrameTL::Index1D< IBASIS >::dir_ [protected] |
The spatial direction.
IBASIS::Index FrameTL::Index1D< IBASIS >::ind_ [protected] |
The 1D wavelet or generator index.
unsigned int FrameTL::Index1D< IBASIS >::p_ [protected] |
The patchnumber.