mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Export nested CInterpolatorSpline classes
This commit is contained in:
committed by
Klaus Basan
parent
e1538573fe
commit
b28fb0e154
@@ -35,7 +35,7 @@ namespace BlackMisc
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
//! Position arrays for interpolation
|
//! Position arrays for interpolation
|
||||||
struct PosArray
|
struct BLACKMISC_EXPORT PosArray
|
||||||
{
|
{
|
||||||
//! Init all values to zero
|
//! Init all values to zero
|
||||||
void initToZero();
|
void initToZero();
|
||||||
@@ -50,7 +50,7 @@ namespace BlackMisc
|
|||||||
};
|
};
|
||||||
|
|
||||||
//! Cubic function that performs the actual interpolation
|
//! Cubic function that performs the actual interpolation
|
||||||
class Interpolant
|
class BLACKMISC_EXPORT Interpolant
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Default
|
//! Default
|
||||||
|
|||||||
Reference in New Issue
Block a user