35 : BinIDValueIdxPair(i,c,v) {}
37 : BinIDValueIdxPair(b,v) {}
41 inline bool operator==(
const BinIDValueIdxPair& oth )
const 43 inline bool operator!=(
const BinIDValueIdxPair& oth )
const 65 : BinIDIdxPairValues(i,c,n) {}
67 : BinIDIdxPairValues(b,n) {}
69 : BinIDIdxPairValues(biv) {}
71 inline bool operator==(
const BinIDIdxPairValues& oth )
const 73 inline bool operator!=(
const BinIDIdxPairValues& oth )
const #define mExpClass(module)
Definition: commondefs.h:157
bool operator==(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:51
bool operator==(const IdxPairValues &) const
Definition: posidxpairvalue.h:148
BinIDValues(const BinIDValue &biv)
Definition: binidvalue.h:68
BinIDValue(const BinID &b, float v=Values::Undef< float >::val())
Definition: binidvalue.h:36
IdxPair with a value.
Definition: posidxpairvalue.h:27
BinIDValues(const BinID &b, int n=2)
Definition: binidvalue.h:66
IdxPair with 0-N values.
Definition: posidxpairvalue.h:21
BinIDValue(BinID::IdxType i=0, BinID::IdxType c=0, float v=Values::Undef< float >::val())
Definition: binidvalue.h:33
bool operator==(const BinIDValueIdxPair &oth) const
Definition: binidvalue.h:41
#define mUdf(type)
Use this macro to get the undefined for simple types.
Definition: undefval.h:270
BinID and values. If one of the values is Z, make it the first one.
Definition: binidvalue.h:59
BinID and a value.
Definition: binidvalue.h:29
bool operator!=(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:60
bool operator!=(const IdxPairValues &ipvs) const
Definition: posidxpairvalue.h:94
Pos::ValueIdxPair< BinID, float > BinIDValueIdxPair
Definition: binidvalue.h:17
bool operator!=(const BinIDValueIdxPair &oth) const
Definition: binidvalue.h:43
Index_Type IdxType
Definition: idxpair.h:32
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.
Definition: binid.h:28
bool operator==(const BinIDIdxPairValues &oth) const
Definition: binidvalue.h:71
bool operator!=(const BinIDIdxPairValues &oth) const
Definition: binidvalue.h:73
bool operator==(const ValueIdxPair &) const
Definition: posidxpairvalue.h:135
bool operator!=(const ValueIdxPair &vip) const
Definition: posidxpairvalue.h:42
Pos::IdxPairValues< BinID, float > BinIDIdxPairValues
Definition: binidvalue.h:20
BinIDValues(BinID::IdxType i=0, BinID::IdxType c=0, int n=2)
Definition: binidvalue.h:63