25 #ifndef TYPEDSPLINEMODELWRAPPER_H 26 #define TYPEDSPLINEMODELWRAPPER_H 28 #include <boost/filesystem.hpp> 56 return "TypedSplineModel";
80 auto tile = std::make_shared<ImageTile<T>>(
x,
y, width, height);
85 for (
auto j =
y; j <
y + height; ++j) {
86 for (
auto i =
x; i <
x + width; ++i) {
87 tile->setValue(i, j,
getValue(i, j));
106 #endif // TYPEDSPLINEMODELWRAPPER_H
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y