|
| IdxPair () |
|
| IdxPair (IdxType f, IdxType s) |
|
IdxType & | col () |
|
IdxType | col () const |
|
IdxType & | crl () |
|
IdxType | crl () const |
|
IdxType & | inl () |
|
IdxType | inl () const |
|
bool | isNeighborTo (const IdxPair &, const IdxPairStep &, bool conn8=true) const |
|
IdxType & | lineNr () |
|
IdxType | lineNr () const |
|
bool | operator!= (const IdxPair &oth) const |
|
bool | operator< (const IdxPair &oth) const |
|
bool | operator== (const IdxPair &) const |
|
bool | operator> (const IdxPair &oth) const |
|
IdxType & | row () |
|
IdxType | row () const |
|
std::int64_t | sqDistTo (const IdxPair &) const |
|
std::int64_t | toInt64 () const |
|
IdxType & | trcNr () |
|
IdxType | trcNr () const |
|
| IdxPair () |
|
| IdxPair (IdxType f, IdxType s) |
|
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 |
|
IdxType & | operator[] (int idx) |
|
IdxType | 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.
<>