22 namespace SourceXtractor {
28 return std::make_shared<ImageTileWithType<float>>(
x,
y,
width,
height, source);
30 return std::make_shared<ImageTileWithType<double>>(
x,
y,
width,
height, source);
32 return std::make_shared<ImageTileWithType<int>>(
x,
y,
width,
height, source);
34 return std::make_shared<ImageTileWithType<unsigned int>>(
x,
y,
width,
height, source);
36 return std::make_shared<ImageTileWithType<std::int64_t>>(
x,
y,
width,
height, source);
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y