}
//------------------------------------------------------------------
+//------------------------------------------------------------------
+// Convert a pixel type without casting
+template<>
+double clitk::PixelTypeDownCast(const double & x)
+{
+ return x;
+}
+//------------------------------------------------------------------
+
//------------------------------------------------------------------
double clitk::rad2deg(const double anglerad)
{
TPixelDown PixelTypeDownCast(const TPixelUp & x);
template<>
float PixelTypeDownCast(const double & x);
+ template<>
+ double PixelTypeDownCast(const double & x);
//--------------------------------------------------------------------
// Return the indexes of sorted values in a vector