37 : BinIDValueIdxPair(i,c,v) {}
39 : BinIDValueIdxPair(b,v) {}
43 inline bool operator==(
const BinIDValueIdxPair& oth )
const 45 inline bool operator!=(
const BinIDValueIdxPair& oth )
const 67 : BinIDIdxPairValues(i,c,n) {}
69 : BinIDIdxPairValues(b,n) {}
71 : BinIDIdxPairValues(biv) {}
73 inline bool operator==(
const BinIDIdxPairValues& oth )
const 75 inline bool operator!=(
const BinIDIdxPairValues& oth )
const #define mExpClass(module)
Definition: commondefs.h:160
bool operator==(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:53
bool operator==(const IdxPairValues &) const
Definition: posidxpairvalue.h:150
BinIDValues(const BinIDValue &biv)
Definition: binidvalue.h:70
BinIDValue(const BinID &b, float v=Values::Undef< float >::val())
Definition: binidvalue.h:38
IdxPair with a value.
Definition: posidxpairvalue.h:29
BinIDValues(const BinID &b, int n=2)
Definition: binidvalue.h:68
IdxPair with 0-N values.
Definition: posidxpairvalue.h:23
BinIDValue(BinID::IdxType i=0, BinID::IdxType c=0, float v=Values::Undef< float >::val())
Definition: binidvalue.h:35
bool operator==(const BinIDValueIdxPair &oth) const
Definition: binidvalue.h:43
#define mUdf(type)
Use this macro to get the undefined for simple types.
Definition: undefval.h:272
BinID and values. If one of the values is Z, make it the first one.
Definition: binidvalue.h:61
BinID and a value.
Definition: binidvalue.h:31
bool operator!=(const ArrayNDInfo &a1, const ArrayNDInfo &a2)
Definition: arrayndinfo.h:62
bool operator!=(const IdxPairValues &ipvs) const
Definition: posidxpairvalue.h:96
Pos::ValueIdxPair< BinID, float > BinIDValueIdxPair
Definition: binidvalue.h:19
bool operator!=(const BinIDValueIdxPair &oth) const
Definition: binidvalue.h:45
Index_Type IdxType
Definition: idxpair.h:34
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.
Definition: binid.h:30
bool operator==(const BinIDIdxPairValues &oth) const
Definition: binidvalue.h:73
bool operator!=(const BinIDIdxPairValues &oth) const
Definition: binidvalue.h:75
bool operator==(const ValueIdxPair &) const
Definition: posidxpairvalue.h:137
bool operator!=(const ValueIdxPair &vip) const
Definition: posidxpairvalue.h:44
Pos::IdxPairValues< BinID, float > BinIDIdxPairValues
Definition: binidvalue.h:22
BinIDValues(BinID::IdxType i=0, BinID::IdxType c=0, int n=2)
Definition: binidvalue.h:65