template<unsigned int buckets, typename type, class allocator>
Vector<type, buckets+3> FX::Maths::distribution ( const QMemArray< type, allocator > &  array,
FXuint  stride = 1,
const type *FXRESTRICT  min = 0,
const type *FXRESTRICT  max = 0 
) throw () [inline]

Definition at line 1855 of file FXMaths.h.

References FX::QMemArray< type, allocator >::count(), FX::QMemArray< type, allocator >::data(), max(), and min().

01856     {
01857         return distribution<type, buckets>(array.data(), array.count(), stride, min, max);
01858     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7