Public Types | List of all members
SplineTraits< Spline< _Scalar, _Dim, _Degree >, _DerivativeOrder > Struct Template Reference

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

#include <SplineFwd.h>

Public Types

enum  { OrderAtCompileTime }
enum  { NumOfDerivativesAtCompileTime }
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, _Dim,
Dynamic, ColMajor, _Dim,
NumOfDerivativesAtCompileTime
DerivativeType
 The data type used to store the spline's derivative values.

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.

Member Enumeration Documentation

anonymous enum
Enumerator:
OrderAtCompileTime 

The spline curve's order at compile-time.

anonymous enum
Enumerator:
NumOfDerivativesAtCompileTime 

The number of derivatives defined for the current spline.


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