SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
SourceXtractor::TileKey Struct Reference

#include <TileManager.h>

Collaboration diagram for SourceXtractor::TileKey:
[legend]

Public Member Functions

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

Public Attributes

std::shared_ptr< const
ImageSourceBase
m_source
 
int m_tile_x
 
int m_tile_y
 

Detailed Description

Definition at line 42 of file TileManager.h.

Member Function Documentation

std::string SourceXtractor::TileKey::getRepr ( ) const
inline

Definition at line 50 of file TileManager.h.

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:

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

Definition at line 46 of file TileManager.h.

References m_source, m_tile_x, and m_tile_y.

Member Data Documentation

std::shared_ptr<const ImageSourceBase> SourceXtractor::TileKey::m_source
int SourceXtractor::TileKey::m_tile_x
int SourceXtractor::TileKey::m_tile_y

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