Public Member Functions | |
| VelocityModelScanner (const IOObj &, const VelocityDesc &) | |
| ~VelocityModelScanner () | |
| const char * | message () const |
| od_int64 | totalNr () const |
| od_int64 | nrDone () const |
| const char * | nrDoneText () const |
| const Interval< float > & | getTopVAvg () const |
| const Interval< float > & | getBotVAvg () const |
| int | nextStep () |
Protected Attributes | |
| BufferString | msg_ |
| HorSampling | subsel_ |
| HorSamplingIterator | hsiter_ |
| BinID | curbid_ |
| bool | definedv0_ |
| bool | definedv1_ |
| bool | zistime_ |
| int | nrdone_ |
| const IOObj & | obj_ |
| const VelocityDesc & | vd_ |
| SeisTrcReader * | reader_ |
| Interval< float > | startavgvel_ |
| Interval< float > | stopavgvel_ |
Scans a velocity model for minimum top/bottom average velocity.
| VelocityModelScanner::VelocityModelScanner | ( | const IOObj & | , | |
| const VelocityDesc & | ||||
| ) |
| VelocityModelScanner::~VelocityModelScanner | ( | ) |
| const Interval<float>& VelocityModelScanner::getBotVAvg | ( | ) | const [inline] |
| const Interval<float>& VelocityModelScanner::getTopVAvg | ( | ) | const [inline] |
| const char* VelocityModelScanner::message | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| int VelocityModelScanner::nextStep | ( | ) | [virtual] |
Implements SequentialTask.
| od_int64 VelocityModelScanner::nrDone | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| const char* VelocityModelScanner::nrDoneText | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| od_int64 VelocityModelScanner::totalNr | ( | ) | const [inline, virtual] |
Reimplemented from Task.
BinID VelocityModelScanner::curbid_ [protected] |
bool VelocityModelScanner::definedv0_ [protected] |
bool VelocityModelScanner::definedv1_ [protected] |
HorSamplingIterator VelocityModelScanner::hsiter_ [protected] |
BufferString VelocityModelScanner::msg_ [protected] |
int VelocityModelScanner::nrdone_ [protected] |
const IOObj& VelocityModelScanner::obj_ [protected] |
SeisTrcReader* VelocityModelScanner::reader_ [protected] |
Interval<float> VelocityModelScanner::startavgvel_ [protected] |
Interval<float> VelocityModelScanner::stopavgvel_ [protected] |
HorSampling VelocityModelScanner::subsel_ [protected] |
const VelocityDesc& VelocityModelScanner::vd_ [protected] |
bool VelocityModelScanner::zistime_ [protected] |
1.7.1