18 #ifndef _SEFRAMEWORK_IMAGE_SUBIMAGE_H_
19 #define _SEFRAMEWORK_IMAGE_SUBIMAGE_H_
38 assert(offset.
m_x >= 0 && offset.
m_y >= 0 && width > 0 && height > 0 &&
44 assert(
x >= 0 &&
y >= 0 && width > 0 && height > 0 &&
54 template<
typename... Args>
74 for (
int iy = 0; iy < height; ++iy) {
75 for (
int ix = 0; ix < width; ++ix) {
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y