Collects positions along selected well tracks. The DataPointSets will get new rows with the positions along the track.
More...
List of all members.
Public Member Functions |
| | TrackSampler (const BufferStringSet &ioobjids, ObjectSet< DataPointSet > &, bool zvalsintime) |
| void | usePar (const IOPar &) |
| int | nextStep () |
| const char * | message () const |
| const char * | nrDoneText () const |
| od_int64 | nrDone () const |
| od_int64 | totalNr () const |
| const BufferStringSet & | ioObjIds () const |
| ObjectSet< DataPointSet > & | dataPointSets () |
Static Public Member Functions |
| static const char * | sKeyTopMrk () |
| static const char * | sKeyBotMrk () |
| static const char * | sKeyLimits () |
| static const char * | sKeySelRadius () |
| static const char * | sKeyDataStart () |
| static const char * | sKeyDataEnd () |
| static const char * | sKeyLogNm () |
| static const char * | sKeyFor2D () |
| static const char * | sKeyDahCol () |
Public Attributes |
| BufferString | topmrkr |
| BufferString | botmrkr |
| BufferStringSet | lognms |
| float | above |
| float | below |
| float | locradius |
| bool | for2d |
| bool | minidps |
| bool | mkdahcol |
Protected Member Functions |
| void | getData (const Data &, DataPointSet &) |
| void | getLimitPos (const MarkerSet &, bool, float &) const |
| bool | getSnapPos (const Data &, float, BinIDValue &, int &, Coord3 &) const |
| void | addPosns (DataPointSet &, const BinIDValue &, const Coord3 &, float dah) const |
Protected Attributes |
| const BufferStringSet & | ids |
| ObjectSet< DataPointSet > & | dpss |
| int | curid |
| const bool | zistime |
| Interval< float > | fulldahrg |
| int | dahcolnr |
Detailed Description
Collects positions along selected well tracks. The DataPointSets will get new rows with the positions along the track.
Constructor & Destructor Documentation
Member Function Documentation
| void Well::TrackSampler::getLimitPos |
( |
const MarkerSet & |
, |
|
|
bool |
, |
|
|
float & |
| |
|
) |
| | const [protected] |
| bool Well::TrackSampler::getSnapPos |
( |
const Data & |
, |
|
|
float |
, |
|
|
BinIDValue & |
, |
|
|
int & |
, |
|
|
Coord3 & |
| |
|
) |
| | const [protected] |
| const char* Well::TrackSampler::message |
( |
|
) |
const [inline, virtual] |
| int Well::TrackSampler::nextStep |
( |
|
) |
[virtual] |
| od_int64 Well::TrackSampler::nrDone |
( |
|
) |
const [inline, virtual] |
| const char* Well::TrackSampler::nrDoneText |
( |
|
) |
const [inline, virtual] |
| static const char* Well::TrackSampler::sKeyBotMrk |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyDahCol |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyDataEnd |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyDataStart |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyFor2D |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyLimits |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyLogNm |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeySelRadius |
( |
|
) |
[static] |
| static const char* Well::TrackSampler::sKeyTopMrk |
( |
|
) |
[static] |
| od_int64 Well::TrackSampler::totalNr |
( |
|
) |
const [inline, virtual] |
| void Well::TrackSampler::usePar |
( |
const IOPar & |
|
) |
|
Member Data Documentation