SeExpr
Public Member Functions | Public Attributes | List of all members
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

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

Definition at line 51 of file Curve.h.

Member Data Documentation

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

Definition at line 54 of file Curve.h.

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

template<class T>
InterpType SeExpr2::Curve< T >::CV::_interp
template<class T>
double SeExpr2::Curve< T >::CV::_pos
template<class T>
T SeExpr2::Curve< T >::CV::_val

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