Export nested CInterpolatorSpline classes

This commit is contained in:
Roland Winklmeier
2018-03-26 19:44:24 +02:00
committed by Klaus Basan
parent e1538573fe
commit b28fb0e154

View File

@@ -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