Go to the source code of this file.
#define mPSProcAddStepoutStep |
( |
|
array, |
|
|
|
arrtype, |
|
|
|
oldstepout, |
|
|
|
newstepout |
|
) |
| |
Value:{ \
arrtype arrcopy( array ); \
array.erase(); \
\
for ( int idx=-newstepout.inl(); idx<=newstepout.inl(); idx++ ) \
{ \
for ( int idy=-newstepout.crl(); idy<=newstepout.crl(); idy++ ) \
{ \
const
BinID curpos( idx, idy );
\ if ( idy<-oldstepout.crl() || idy>oldstepout.crl() || \
idx<-oldstepout.inl() || idx>oldstepout.inl() ) \
{ \
array += 0; \
} \
else \
{ \
const int oldoffset=getRelBidOffset(curpos,oldstepout);\
array += arrcopy[oldoffset]; \
} \
} \
} \
}
if(!noudf_ &&(mIsUdf(inpval)))
Definition: arrayndalgo.h:1662
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.
Definition: binid.h:30