#ifndef _OTB_TRISKELE_ARRAY_TREE_SORT_HPP #define _OTB_TRISKELE_ARRAY_TREE_SORT_HPP #include //#include namespace otb { namespace triskele { namespace arrayTree { template inline std::vector getRandReduce(std::vector index, T reduceCount); template inline DimImg mergeSort(E *dst, const std::vector &tab, const std::vector &tabSize, const WeightFunct &weightFunct); #include "triskeleSort.tpp" } // arrayTree } // triskele } // otb #endif // _OTB_TRISKELE_ARRAY_TREE_SORT_HPP