![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/pyramid/splinepyramid_d.h>
Public Member Functions | |
DiscreteUB (unsigned m, unsigned n) | |
DiscreteUB (const DiscreteUB &other) | |
virtual | ~DiscreteUB () |
DiscreteUB & | operator= (const DiscreteUB &other) |
double | operator() (int x) const |
double | at (int x) const |
const Point2di & | support () const |
Protected Attributes | |
Point2di | _support |
std::vector< double > | _values |
Definition at line 156 of file splinepyramid_d.h.
aims::DiscreteUB::DiscreteUB | ( | unsigned | m, |
unsigned | n | ||
) |
Definition at line 173 of file splinepyramid_d.h.
aims::DiscreteUB::DiscreteUB | ( | const DiscreteUB & | other | ) |
Definition at line 225 of file splinepyramid_d.h.
|
virtual |
Definition at line 230 of file splinepyramid_d.h.
|
inline |
Definition at line 250 of file splinepyramid_d.h.
|
inline |
Definition at line 244 of file splinepyramid_d.h.
DiscreteUB & aims::DiscreteUB::operator= | ( | const DiscreteUB & | other | ) |
Definition at line 233 of file splinepyramid_d.h.
|
inline |
Definition at line 256 of file splinepyramid_d.h.
References _support.
|
protected |
Definition at line 169 of file splinepyramid_d.h.
Referenced by at(), DiscreteUB(), operator()(), operator=(), and support().
|
protected |
Definition at line 170 of file splinepyramid_d.h.
Referenced by at(), DiscreteUB(), operator()(), and operator=().