The type of a uniform 1D spline basis (B-spline). More...
#include <bsplines_uniform.hpp>
Classes | |
class | Impl |
Storage class of the static attributes of the discrete dimension. More... | |
Public Types | |
using | continuous_dimension_type = CDim |
The tag identifying the continuous dimension on which the support of the B-splines are defined. | |
using | discrete_dimension_type = UniformBSplines |
The discrete dimension representing B-splines. | |
Static Public Member Functions | |
static constexpr std::size_t | degree () noexcept |
The degree of B-splines. | |
static constexpr bool | is_periodic () noexcept |
Indicates if the B-splines are periodic or not. | |
static constexpr bool | is_uniform () noexcept |
Indicates if the B-splines are uniform or not (this is the case here). | |
The type of a uniform 1D spline basis (B-spline).
Knots for uniform B-splines are uniformly distributed (the associated discrete dimension is a UniformPointSampling).
CDim | The tag identifying the continuous dimension on which the support of the B-spline functions are defined. |
D | The degree of the B-splines. |
Definition at line 46 of file bsplines_uniform.hpp.
using ddc::UniformBSplines< CDim, D >::continuous_dimension_type = CDim |
The tag identifying the continuous dimension on which the support of the B-splines are defined.
Definition at line 52 of file bsplines_uniform.hpp.
using ddc::UniformBSplines< CDim, D >::discrete_dimension_type = UniformBSplines |
The discrete dimension representing B-splines.
Definition at line 55 of file bsplines_uniform.hpp.
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
Indicates if the B-splines are periodic or not.
Definition at line 70 of file bsplines_uniform.hpp.
Indicates if the B-splines are uniform or not (this is the case here).
Definition at line 79 of file bsplines_uniform.hpp.