|
| | BinID () |
| |
| | BinID (IdxType i, IdxType x) |
| |
| | BinID (const Pos::IdxPair &) |
| | To make BinID from RowCol, should disappear. More...
|
| |
| const BinID & | operator+= (const BinIDAbsDelta &) |
| |
| const BinID & | operator-= (const BinIDAbsDelta &) |
| |
| BinID | operator+ (const BinIDAbsDelta &) const |
| |
| BinID | operator- (const BinIDAbsDelta &) const |
| |
| BinIDAbsDelta | operator* (const Pos::Index_Type_Pair &) const |
| |
| BinIDRelDelta | operator/ (const Pos::Index_Type_Pair &) const |
| |
| BinID | operator* (int) const |
| |
| BinID | operator/ (int) const |
| |
| BinID | operator- () const |
| |
| const char * | toString (bool is2d=false) const |
| |
| bool | fromString (const char *) |
| |
| | 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) |
| |
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.