KSeExpr 4.0.4.0
KSeExpr::Curve< T >::CV Struct Reference

#include <Curve.h>

Public Member Functions

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

Public Attributes

double _pos
_val
_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.

References _interp, _pos, and _val.

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

◆ _val

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

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