template<typename Scalar_, int Dim_, int Degree_>
struct Eigen::SplineTraits< Spline< Scalar_, Dim_, Degree_ >, Dynamic >
Compile-time attributes of the Spline class for Dynamic degree.
|
enum | { Dimension
} |
|
enum | { Degree
} |
|
enum | { OrderAtCompileTime
} |
|
enum | { NumOfDerivativesAtCompileTime
} |
|
enum | { DerivativeMemoryLayout
} |
|
typedef Array< Scalar, Dynamic, Dynamic, RowMajor, NumOfDerivativesAtCompileTime, OrderAtCompileTime > | BasisDerivativeType |
| The data type used to store the values of the basis function derivatives.
|
|
typedef Array< Scalar, 1, OrderAtCompileTime > | BasisVectorType |
| The data type used to store non-zero basis functions.
|
|
typedef Array< Scalar, Dimension, Dynamic > | ControlPointVectorType |
| The data type representing the spline's control points.
|
|
typedef Array< Scalar, Dimension, Dynamic, DerivativeMemoryLayout, Dimension, NumOfDerivativesAtCompileTime > | DerivativeType |
| The data type used to store the spline's derivative values.
|
|
typedef Array< Scalar, 1, Dynamic > | KnotVectorType |
| The data type used to store knot vectors.
|
|
typedef Array< Scalar, 1, Dynamic > | ParameterVectorType |
| The data type used to store parameter vectors.
|
|
typedef Array< Scalar, Dimension, 1 > | PointType |
| The point type the spline is representing.
|
|
typedef Scalar_ | Scalar |
|