![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/pyramid/splinepyramid_d.h>
Public Member Functions | |
DiscreteU (unsigned m, unsigned n) | |
DiscreteU (const DiscreteU &other) | |
virtual | ~DiscreteU () |
DiscreteU & | operator= (const DiscreteU &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 62 of file splinepyramid_d.h.
aims::DiscreteU::DiscreteU | ( | unsigned | m, |
unsigned | n | ||
) |
Definition at line 79 of file splinepyramid_d.h.
aims::DiscreteU::DiscreteU | ( | const DiscreteU & | other | ) |
Definition at line 112 of file splinepyramid_d.h.
|
virtual |
Definition at line 117 of file splinepyramid_d.h.
|
inline |
Definition at line 137 of file splinepyramid_d.h.
|
inline |
Definition at line 131 of file splinepyramid_d.h.
Definition at line 120 of file splinepyramid_d.h.
|
inline |
Definition at line 143 of file splinepyramid_d.h.
References _support.
|
protected |
Definition at line 75 of file splinepyramid_d.h.
Referenced by at(), DiscreteU(), operator()(), operator=(), and support().
|
protected |
Definition at line 76 of file splinepyramid_d.h.
Referenced by at(), DiscreteU(), operator()(), and operator=().