[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
#include <vigra/splines.hxx>
Public Member Functions | |
| BSpline (unsigned int derivativeOrder=0) | |
| Public Member Functions inherited from BSplineBase< ORDER, double > | |
| BSplineBase (unsigned int derivativeOrder=0) | |
| unsigned int | derivativeOrder () const |
| result_type | operator() (argument_type x) const |
| value_type | operator[] (value_type x) const |
| ArrayVector< double > const & | prefilterCoefficients () const |
| double | radius () const |
Additional Inherited Members | |
| Public Types inherited from BSplineBase< ORDER, double > | |
| typedef double | argument_type |
| typedef double | first_argument_type |
| typedef double | result_type |
| typedef unsigned int | second_argument_type |
| enum | StaticOrder |
| typedef double | value_type |
| Static Public Member Functions inherited from BSplineBase< ORDER, double > | |
| static WeightMatrix const & | weights () |
Spline functors for arbitrary orders.
Provides the interface of BSplineBase with a more convenient name – see there for more documentation.
|
explicit |
Constructor forwarded to the base class constructor..
|
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |