SeExpr
SeExpr2::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 SeExpr2::Curve< T >::CV

Definition at line 50 of file Curve.h.

Constructor & Destructor Documentation

◆ CV()

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

Definition at line 51 of file Curve.h.

References _interp, _pos, and _val.

Member Data Documentation

◆ _deriv

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

Definition at line 54 of file Curve.h.

◆ _interp

◆ _pos

◆ _val

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

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