#ifndef morpheo_max #define morpheo_max /* * $Id: Max.h 81 2008-04-15 18:40:01Z rosiere $ * * with a stephane dubuisson initial idea * * [ Description ] * */ #include namespace morpheo { template inline T max (const T * x, uint32_t size1) { T res = 0; for (uint32_t i=0; i