HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TsExtrapolation Class Reference

#include <types.h>

Public Member Functions

TS_API TsExtrapolation ()
 
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. More...
 

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 189 of file types.h.

Constructor & Destructor Documentation

TS_API TsExtrapolation::TsExtrapolation ( )
TS_API TsExtrapolation::TsExtrapolation ( TsExtrapMode  mode)

Member Function Documentation

TS_API bool TsExtrapolation::IsLooping ( ) const

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

TS_API bool TsExtrapolation::operator!= ( const TsExtrapolation other) const
TS_API bool TsExtrapolation::operator== ( const TsExtrapolation other) const

Member Data Documentation

TsExtrapMode TsExtrapolation::mode = TsExtrapHeld

Definition at line 192 of file types.h.

double TsExtrapolation::slope = 0.0

Definition at line 193 of file types.h.


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