23 #ifndef _SEUTILS_PIXELCOORDINATE_H
24 #define _SEUTILS_PIXELCOORDINATE_H
27 #include <boost/functional/hash.hpp>
29 namespace SourceXtractor {
49 return !(*
this == other);
84 struct hash<SourceXtractor::PixelCoordinate>
88 boost::hash_combine(hash, coord.
m_x);
89 boost::hash_combine(hash, coord.
m_y);
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y