#ifndef __CONTOUR_PIXELS_HPP #define __CONTOUR_PIXELS_HPP #include #include void computeContourPixels(Healpix_Map& map, std::vector& contour); #endif