#ifndef CLITKIMAGEUTILITIES_H #define CLITKIMAGEUTILITIES_H /** =================================================================== * @file clitkImageUtilities.h * @author David Sarrut * @date 22 Sep 2006 10:38:36 * @brief ===================================================================*/ // clitk #include "clitkCommon.h" #include "clitkImageCommon.h" // std #include #include #include // itk #include "itkImageRegionConstIterator.h" namespace clitk { template int ComputeHowManyDifferentIntensity(const typename ImageType::Pointer & image, std::vector & listOfIntensities); #include "clitkImageUtilities.txx" } // end namespace #endif /* end #define CLITKIMAGEUTILITIES_H */