conv/many suite: convert (m)any seismic data format(s)

◆ nmissing()

unsigned int Gap::nmissing ( ) const
inline

Definition at line 109 of file structgapanalysis.h.

References Gapid::dt, ID, isbreak(), and tmissing().

110  {
111  unsigned int retval=0;
112  if (!this->isbreak()) { retval=(this->tmissing()+(ID.dt/2))/ID.dt; }
113  return retval;
114  }
libtime::TRelativeTime dt
Gapid ID
bool isbreak() const
libtime::TRelativeTime tmissing() const
Here is the call graph for this function: