23 #ifndef _SEUTILS_PIXELCOORDINATE_H
24 #define _SEUTILS_PIXELCOORDINATE_H
27 #include <boost/functional/hash.hpp>
29 namespace SourceXtractor {
49 return !(*
this == other);
54 static_cast<int>(
m_y * scalar));
94 return ox !=
m_x || oy !=
m_y;
105 struct hash<SourceXtractor::PixelCoordinate>
109 boost::hash_combine(local_hash, coord.
m_x);
110 boost::hash_combine(local_hash, coord.
m_y);
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y