I am interested in a simple way to find the maximum / minimum element of a multi-level boost, an object of 3 indices in the following form:
int iDepth=10,iWidth=10,iHeight=10; boost::multi_array<GLfloat, 3> image(boost::extents[iDepth][iWidth][iHeight]);
source share