KSeExpr 6.0.0.0
Public Member Functions | Public Attributes | List of all members
KSeExpr::Curve< T >::CV Struct Reference

#include <Curve.h>

Public Member Functions

 CV (double pos, const T &val, InterpType type)
 

Public Attributes

double _pos
 
T _val
 
T _deriv
 
InterpType _interp
 

Detailed Description

template<class T>
struct KSeExpr::Curve< T >::CV

Definition at line 33 of file Curve.h.

Constructor & Destructor Documentation

◆ CV()

template<class T >
KSeExpr::Curve< T >::CV::CV ( double  pos,
const T val,
InterpType  type 
)
inline

Definition at line 34 of file Curve.h.

Member Data Documentation

◆ _deriv

template<class T >
T KSeExpr::Curve< T >::CV::_deriv

Definition at line 42 of file Curve.h.

Referenced by KSeExpr::Curve< T >::preparePoints().

◆ _interp

template<class T >
InterpType KSeExpr::Curve< T >::CV::_interp

◆ _pos

template<class T >
double KSeExpr::Curve< T >::CV::_pos

◆ _val

template<class T >
T KSeExpr::Curve< T >::CV::_val

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