SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <TileManager.h>
Public Member Functions | |
bool | operator== (const TileKey &other) const |
std::string | getRepr () const |
Public Attributes | |
std::shared_ptr< const ImageSource > | m_source |
int | m_tile_x |
int | m_tile_y |
Definition at line 42 of file TileManager.h.
std::string SourceXtractor::TileKey::getRepr | ( | ) | const |
Definition at line 35 of file TileManager.cpp.
References m_source, m_tile_x, m_tile_y, and std::ostringstream::str().
Referenced by SourceXtractor::operator<<().
bool SourceXtractor::TileKey::operator== | ( | const TileKey & | other | ) | const |
Definition at line 31 of file TileManager.cpp.
std::shared_ptr<const ImageSource> SourceXtractor::TileKey::m_source |
Definition at line 43 of file TileManager.h.
Referenced by getRepr(), std::hash< SourceXtractor::TileKey >::operator()(), and operator==().
int SourceXtractor::TileKey::m_tile_x |
Definition at line 44 of file TileManager.h.
Referenced by getRepr(), std::hash< SourceXtractor::TileKey >::operator()(), and operator==().
int SourceXtractor::TileKey::m_tile_y |
Definition at line 44 of file TileManager.h.
Referenced by getRepr(), std::hash< SourceXtractor::TileKey >::operator()(), and operator==().