mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +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
|
||||
struct PosArray
|
||||
struct BLACKMISC_EXPORT PosArray
|
||||
{
|
||||
//! Init all values to zero
|
||||
void initToZero();
|
||||
@@ -50,7 +50,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Cubic function that performs the actual interpolation
|
||||
class Interpolant
|
||||
class BLACKMISC_EXPORT Interpolant
|
||||
{
|
||||
public:
|
||||
//! Default
|
||||
|
||||
Reference in New Issue
Block a user