NASA Logo
Ocean Color Science Software

ocssw V2022

#include <Interpolation.hpp>

Public Member Functions

 TimeInterpolator ()=default
 
 TimeInterpolator (std::vector< T > &interpolators, std::vector< double > &times, double current_time)
 
template<typename... Args>
double operator() (Args... args)
 

Detailed Description

template<class T>
class interp::TimeInterpolator< T >

Definition at line 50 of file Interpolation.hpp.

Constructor & Destructor Documentation

◆ TimeInterpolator() [1/2]

TimeInterpolator ( )
default

◆ TimeInterpolator() [2/2]

TimeInterpolator ( std::vector< T > &  interpolators,
std::vector< double > &  times,
double  current_time 
)
inline

Definition at line 60 of file Interpolation.hpp.

Member Function Documentation

◆ operator()()

double operator() ( Args...  args)
inline

Definition at line 73 of file Interpolation.hpp.


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