|
| | IdxPair () |
| |
| | IdxPair (IdxType f, IdxType s) |
| |
| bool | operator== (const IdxPair &) const |
| |
| bool | operator!= (const IdxPair &oth) const |
| |
| bool | operator< (const IdxPair &oth) const |
| |
| bool | operator> (const IdxPair &oth) const |
| |
| IdxType & | inl () |
| |
| IdxType & | lineNr () |
| |
| IdxType & | row () |
| |
| IdxType & | crl () |
| |
| IdxType & | trcNr () |
| |
| IdxType & | col () |
| |
| IdxType | inl () const |
| |
| IdxType | crl () const |
| |
| IdxType | lineNr () const |
| |
| IdxType | trcNr () const |
| |
| IdxType | row () const |
| |
| IdxType | col () const |
| |
| int64_t | toInt64 () const |
| |
| int64_t | sqDistTo (const IdxPair &) const |
| |
| bool | isNeighborTo (const IdxPair &, const IdxPairStep &, bool conn8=true) const |
| |
| | IdxPair () |
| |
| | IdxPair (IdxType f, IdxType s) |
| |
| bool | operator== (const IdxPair &) const |
| |
| bool | operator!= (const IdxPair &oth) const |
| |
| bool | isUdf () const |
| |
| void | setUdf () |
| |
| IdxType & | operator[] (int idx) |
| |
| IdxType | operator[] (int idx) const |
| |
| const char * | getUsrStr (const char *prefx, const char *sep, const char *postfx, bool only2nd) const |
| |
| bool | parseUsrStr (const char *str, const char *prefx, const char *sep, const char *postfx) |
| |
IdxPair with position indices; base class for BinID et al.