SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::TileKey Struct Reference

#include <TileManager.h>

Collaboration diagram for SourceXtractor::TileKey:

Public Member Functions

bool operator== (const TileKey &other) const
std::string getRepr () const

Public Attributes

std::shared_ptr< const ImageSourcem_source
int m_tile_x
int m_tile_y

Detailed Description

Definition at line 42 of file TileManager.h.

Member Function Documentation

◆ getRepr()

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<<().

Here is the call graph for this function:

◆ operator==()

bool SourceXtractor::TileKey::operator== ( const TileKey & other) const

Definition at line 31 of file TileManager.cpp.

References m_source, m_tile_x, and m_tile_y.

Member Data Documentation

◆ m_source

std::shared_ptr<const ImageSource> SourceXtractor::TileKey::m_source

◆ m_tile_x

int SourceXtractor::TileKey::m_tile_x

◆ m_tile_y

int SourceXtractor::TileKey::m_tile_y

The documentation for this struct was generated from the following files: