Eigen-unsupported  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
Eigen::SplineTraits< Spline< Scalar_, Dim_, Degree_ >, _DerivativeOrder > Struct Template Reference

Detailed Description

template<typename Scalar_, int Dim_, int Degree_, int _DerivativeOrder>
struct Eigen::SplineTraits< Spline< Scalar_, Dim_, Degree_ >, _DerivativeOrder >

Compile-time attributes of the Spline class for fixed degree.

The traits class inherits all attributes from the SplineTraits of Dynamic degree.

Inherits Eigen::SplineTraits< SplineType, DerivativeOrder >.

Public Types

enum  { OrderAtCompileTime }
 
enum  { NumOfDerivativesAtCompileTime }
 
enum  { DerivativeMemoryLayout }
 
typedef Array< Scalar_, Dynamic, Dynamic, RowMajor, NumOfDerivativesAtCompileTime, OrderAtCompileTimeBasisDerivativeType
 The data type used to store the values of the basis function derivatives.
 
typedef Array< Scalar_, Dim_, Dynamic, DerivativeMemoryLayout, Dim_, NumOfDerivativesAtCompileTimeDerivativeType
 The data type used to store the spline's derivative values.
 

Member Enumeration Documentation

◆ anonymous enum

template<typename Scalar_ , int Dim_, int Degree_, int _DerivativeOrder>
anonymous enum
Enumerator
OrderAtCompileTime 

The spline curve's order at compile-time.

◆ anonymous enum

template<typename Scalar_ , int Dim_, int Degree_, int _DerivativeOrder>
anonymous enum
Enumerator
NumOfDerivativesAtCompileTime 

The number of derivatives defined for the current spline.

◆ anonymous enum

template<typename Scalar_ , int Dim_, int Degree_, int _DerivativeOrder>
anonymous enum
Enumerator
DerivativeMemoryLayout 

The derivative type's memory layout.


The documentation for this struct was generated from the following file: