libosmscout  1.1.1
Public Member Functions | Public Attributes | List of all members
osmscout::ScanCell Struct Reference

#include <libosmscout/include/osmscout/util/Geometry.h>

Public Member Functions

 ScanCell (int x, int y)
 
void Set (int x, int y)
 
bool operator== (const ScanCell &other) const
 
bool operator< (const ScanCell &other) const
 
bool IsEqual (const ScanCell &other) const
 
int GetX () const
 
int GetY () const
 

Public Attributes

int x
 
int y
 

Constructor & Destructor Documentation

◆ ScanCell()

osmscout::ScanCell::ScanCell ( int  x,
int  y 
)

Member Function Documentation

◆ GetX()

int osmscout::ScanCell::GetX ( ) const
inline

◆ GetY()

int osmscout::ScanCell::GetY ( ) const
inline

◆ IsEqual()

bool osmscout::ScanCell::IsEqual ( const ScanCell other) const
inline

◆ operator<()

bool osmscout::ScanCell::operator< ( const ScanCell other) const
inline

◆ operator==()

bool osmscout::ScanCell::operator== ( const ScanCell other) const
inline

◆ Set()

void osmscout::ScanCell::Set ( int  x,
int  y 
)
inline

Member Data Documentation

◆ x

int osmscout::ScanCell::x

◆ y

int osmscout::ScanCell::y

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