|
| | IdxPair () |
| |
| | IdxPair (const Pos::IdxPair &) |
| |
| | IdxPair (IdxType _first, IdxType _second) |
| |
| | ~IdxPair () |
| |
| IdxType & | col () |
| |
| IdxType | col () const |
| |
| bool | isNeighborTo (const IdxPair &, const IdxPairStep &, bool conn8=true) const |
| |
| bool | operator!= (const IdxPair &oth) const |
| |
| bool | operator< (const IdxPair &oth) const |
| |
| IdxPair & | operator= (const IdxPair &) |
| |
| bool | operator== (const IdxPair &) const |
| |
| bool | operator> (const IdxPair &oth) const |
| |
| IdxType & | row () |
| |
| IdxType | row () const |
| |
| od_int64 | sqDistTo (const IdxPair &) const |
| |
| od_int64 | toInt64 () const |
| |
| | IdxPair () |
| |
| | IdxPair (IdxType, IdxType) |
| |
| | ~IdxPair () |
| |
| const char * | getUsrStr (const char *prefx, const char *sep, const char *postfx, bool only2nd) const |
| |
| bool | isUdf () const |
| |
| bool | operator!= (const IdxPair &oth) const |
| |
| bool | operator== (const IdxPair &) const |
| |
| od_int32 & | operator[] (int idx) |
| |
| od_int32 | operator[] (int idx) const |
| |
| bool | parseUsrStr (const char *str, const char *prefx, const char *sep, const char *postfx) |
| |
| void | setUdf () |
| |
IdxPair with position indices; base class for BinID et al.
<>