Loading...
Searching...
No Matches
TsExtrapolation Class Reference

Extrapolation parameters for the ends of a spline beyond the knots. More...

#include <types.h>

Public Member Functions

TS_API TsExtrapolation (TsExtrapMode mode)
 
TS_API bool operator== (const TsExtrapolation &other) const
 
TS_API bool operator!= (const TsExtrapolation &other) const
 
TS_API bool IsLooping () const
 Returns whether our mode is one of the looping extrapolation modes.
 

Public Attributes

TsExtrapMode mode = TsExtrapHeld
 
double slope = 0.0
 

Detailed Description

Extrapolation parameters for the ends of a spline beyond the knots.

Definition at line 219 of file types.h.

Member Function Documentation

◆ IsLooping()

TS_API bool IsLooping ( ) const

Returns whether our mode is one of the looping extrapolation modes.

Member Data Documentation

◆ mode

TsExtrapMode mode = TsExtrapHeld

Definition at line 222 of file types.h.

◆ slope

double slope = 0.0

Definition at line 223 of file types.h.


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