From 2dedf2a4e608a96e8d2507d421e28a7c057e9060 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Fri, 4 Apr 2014 17:01:48 +0900 Subject: [PATCH] Missing file in commit 12302011d6207a60b24d0cae71a88df0384bc5da. --- .../blender/freestyle/intern/stroke/AdvancedFunctions1D.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h index 48534439217..f58acf02d48 100644 --- a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h +++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h @@ -212,7 +212,7 @@ private: /*! Returns the density of the viewmap for a given Interface1D. The density of each FEdge is evaluated * in the proper steerable ViewMap depending on its oorientation. */ -class LIB_STROKE_EXPORT GetSteerableViewMapDensityF1D : public UnaryFunction1D +class LIB_STROKE_EXPORT GetSteerableViewMapDensityF1D : public UnaryFunction1D { private: int _level; @@ -230,7 +230,7 @@ public: * by iType. */ GetSteerableViewMapDensityF1D(int level, IntegrationType iType = MEAN, float sampling = 2.0f) - : UnaryFunction1D(iType) + : UnaryFunction1D(iType) { _level = level; _sampling = sampling; @@ -253,7 +253,7 @@ public: /*! Returns the density of the viewmap for a given Interface1D. The density of each FEdge is evaluated in * the proper steerable ViewMap depending on its oorientation. */ -class LIB_STROKE_EXPORT GetViewMapGradientNormF1D : public UnaryFunction1D +class LIB_STROKE_EXPORT GetViewMapGradientNormF1D : public UnaryFunction1D { private: int _level; @@ -272,7 +272,7 @@ public: * by iType. */ GetViewMapGradientNormF1D(int level, IntegrationType iType = MEAN, float sampling = 2.0f) - : UnaryFunction1D(iType), _func(level) + : UnaryFunction1D(iType), _func(level) { _level = level; _sampling = sampling;