Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
TablePoint< Tin, Tout > Struct Template Reference

Structure representing a point in the interpolation table. More...

#include <Interp.hpp>

Collaboration diagram for TablePoint< Tin, Tout >:

Public Attributes

Tin in
 
Tout out
 

Detailed Description

template<typename Tin, typename Tout>
struct TablePoint< Tin, Tout >

Structure representing a point in the interpolation table.

Template Parameters
TinType of the input value
ToutType of the output value

Definition at line 20 of file Interp.hpp.

Member Data Documentation

◆ in

template<typename Tin , typename Tout >
Tin TablePoint< Tin, Tout >::in

Input (x) value

Definition at line 22 of file Interp.hpp.

Referenced by LinearInterp< Tin, Tout, Tmid, size >::interp().

◆ out

template<typename Tin , typename Tout >
Tout TablePoint< Tin, Tout >::out

Output (y) value

Definition at line 23 of file Interp.hpp.

Referenced by LinearInterp< Tin, Tout, Tmid, size >::interp().


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