A simple pair of x/y coordinates. More...
#include <index.h>
Public Member Functions | |
GenericIndex (const NumericType &x=0, const NumericType &y=0) | |
bool | operator!= (const GenericIndex &other) const |
bool | operator< (const GenericIndex &other) const |
less than operator so object can be used in sets More... | |
bool | operator<= (const GenericIndex &other) const |
bool | operator== (const GenericIndex &other) const |
comparison operator that requires equal x and y More... | |
bool | operator> (const GenericIndex &other) const |
bool | operator>= (const GenericIndex &other) const |
std::string | toString () const |
String representation of this object. More... | |
Public Attributes | |
NumericType | x |
NumericType | y |
A simple pair of x/y coordinates.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
NumericType nav_grid::GenericIndex< NumericType >::x |
NumericType nav_grid::GenericIndex< NumericType >::y |