]> Creatis software - clitk.git/blobdiff - tools/clitkMaskOfIntegratedIntensityGenericFilter.h
Add like option in clitkExtrude tool
[clitk.git] / tools / clitkMaskOfIntegratedIntensityGenericFilter.h
index a2df346bc0fd7d1dd53d581844ce6457a798b7f2..3d645503babe9b0649ccf01e4150e9473ab3e4d4 100644 (file)
@@ -66,6 +66,9 @@ namespace clitk
     }; // end class
   //--------------------------------------------------------------------
 
+//Implementation of the pair comparative function
+template <typename T> bool comparator ( const std::pair<T, size_t>& l, const std::pair<T, size_t>& r);
+
 } // end namespace clitk
 
 #ifndef ITK_MANUAL_INSTANTIATION