ACF $AcfVersion:0$
Static Public Member Functions | List of all members
imath::CSplineSegmentFunction Class Reference

Helper class for calculation of splines of 3rd degree. More...

#include <CSplineSegmentFunction.h>

Static Public Member Functions

static double GetValueKernelAt (double alpha)
 Get kernel of value normalized to range [0, 1].
 
static double GetDerivativeKernelAt (double alpha)
 Get kernel of derivative normalized to range [0, 1].
 

Detailed Description

Helper class for calculation of splines of 3rd degree.

Definition at line 12 of file CSplineSegmentFunction.h.

Member Function Documentation

◆ GetDerivativeKernelAt()

double imath::CSplineSegmentFunction::GetDerivativeKernelAt ( double  alpha)
inlinestatic

Get kernel of derivative normalized to range [0, 1].

Definition at line 35 of file CSplineSegmentFunction.h.

Referenced by imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >::CumulateRecursiveValueAt().

◆ GetValueKernelAt()

double imath::CSplineSegmentFunction::GetValueKernelAt ( double  alpha)
inlinestatic

Get kernel of value normalized to range [0, 1].

Definition at line 29 of file CSplineSegmentFunction.h.

Referenced by imath::TSplineGridFunctionBase< Argument, Result, Fulcrums, Degree >::CumulateRecursiveValueAt().


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