CoolProp  6.6.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
Spline< X, Y >::Element Class Reference

Detailed Description

template<typename X, typename Y>
class Spline< X, Y >::Element

Definition at line 142 of file CPnumerics.h.

#include <CPnumerics.h>

Public Member Functions

 Element (X _x)
 
 Element (X _x, Y _a, Y _b, Y _c, Y _d)
 
eval (const X &xx) const
 
bool operator< (const Element &e) const
 
bool operator< (const X &xx) const
 

Public Attributes

X x
 
a
 
b
 
c
 
d
 

Constructor & Destructor Documentation

◆ Element() [1/2]

template<typename X , typename Y >
Spline< X, Y >::Element::Element ( X  _x)
inline

Definition at line 145 of file CPnumerics.h.

◆ Element() [2/2]

template<typename X , typename Y >
Spline< X, Y >::Element::Element ( X  _x,
_a,
_b,
_c,
_d 
)
inline

Definition at line 146 of file CPnumerics.h.

Member Function Documentation

◆ eval()

template<typename X , typename Y >
Y Spline< X, Y >::Element::eval ( const X xx) const
inline

Definition at line 148 of file CPnumerics.h.

◆ operator<() [1/2]

template<typename X , typename Y >
bool Spline< X, Y >::Element::operator< ( const Element e) const
inline

Definition at line 153 of file CPnumerics.h.

◆ operator<() [2/2]

template<typename X , typename Y >
bool Spline< X, Y >::Element::operator< ( const X xx) const
inline

Definition at line 156 of file CPnumerics.h.

Member Data Documentation

◆ a

template<typename X , typename Y >
Y Spline< X, Y >::Element::a

Definition at line 161 of file CPnumerics.h.

◆ b

template<typename X , typename Y >
Y Spline< X, Y >::Element::b

Definition at line 161 of file CPnumerics.h.

◆ c

template<typename X , typename Y >
Y Spline< X, Y >::Element::c

Definition at line 161 of file CPnumerics.h.

◆ d

template<typename X , typename Y >
Y Spline< X, Y >::Element::d

Definition at line 161 of file CPnumerics.h.

◆ x

template<typename X , typename Y >
X Spline< X, Y >::Element::x

Definition at line 160 of file CPnumerics.h.


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