List of all members.
Public Member Functions |
| const char * | name () const |
| | Depth2TimeStretcher () |
| bool | setVelData (const MultiID &) |
| bool | isOK () const |
| bool | needsVolumeOfInterest () const |
| int | addVolumeOfInterest (const CubeSampling &, bool) |
| void | setVolumeOfInterest (int, const CubeSampling &, bool) |
| void | removeVolumeOfInterest (int) |
| bool | loadDataIfMissing (int, TaskRunner *=0) |
| void | transform (const BinID &, const SamplingData< float > &, int, float *) const |
| void | transformBack (const BinID &, const SamplingData< float > &, int, float *) const |
| Interval< float > | getZInterval (bool from) const |
| float | getGoodZStep () const |
| const char * | getToZDomainString () const |
| const char * | getFromZDomainString () const |
| const char * | getZDomainID () const |
| float | getZFactor () const |
| void | fillPar (IOPar &) const |
| bool | usePar (const IOPar &) |
Static Public Member Functions |
| static const char * | sName () |
| static void | initClass () |
| static ZAxisTransform * | create () |
Protected Member Functions |
| | ~Depth2TimeStretcher () |
Protected Attributes |
| RefMan< Time2DepthStretcher > | stretcher_ |
Detailed Description
ZAxisstretcher that converts from depth to time (or back). Uses an Time2Depth converter to do the job.
Constructor & Destructor Documentation
| Depth2TimeStretcher::Depth2TimeStretcher |
( |
|
) |
|
| Depth2TimeStretcher::~Depth2TimeStretcher |
( |
|
) |
[inline, protected] |
Member Function Documentation
| int Depth2TimeStretcher::addVolumeOfInterest |
( |
const CubeSampling & |
, |
|
|
bool |
| |
|
) |
| | [virtual] |
| void Depth2TimeStretcher::fillPar |
( |
IOPar & |
|
) |
const [virtual] |
| const char* Depth2TimeStretcher::getFromZDomainString |
( |
|
) |
const |
| float Depth2TimeStretcher::getGoodZStep |
( |
|
) |
const [virtual] |
| const char* Depth2TimeStretcher::getToZDomainString |
( |
|
) |
const |
| const char* Depth2TimeStretcher::getZDomainID |
( |
|
) |
const |
| float Depth2TimeStretcher::getZFactor |
( |
|
) |
const [inline] |
| Interval<float> Depth2TimeStretcher::getZInterval |
( |
bool |
from |
) |
const [virtual] |
| static void Depth2TimeStretcher::initClass |
( |
|
) |
[static] |
| bool Depth2TimeStretcher::isOK |
( |
|
) |
const [virtual] |
| bool Depth2TimeStretcher::loadDataIfMissing |
( |
int |
, |
|
|
TaskRunner * |
= 0 | |
|
) |
| | [virtual] |
| const char* Depth2TimeStretcher::name |
( |
|
) |
const [inline, virtual] |
| bool Depth2TimeStretcher::needsVolumeOfInterest |
( |
|
) |
const [virtual] |
| void Depth2TimeStretcher::removeVolumeOfInterest |
( |
int |
|
) |
[virtual] |
| bool Depth2TimeStretcher::setVelData |
( |
const MultiID & |
|
) |
[virtual] |
| void Depth2TimeStretcher::setVolumeOfInterest |
( |
int |
, |
|
|
const CubeSampling & |
, |
|
|
bool |
| |
|
) |
| | [virtual] |
| static const char* Depth2TimeStretcher::sName |
( |
|
) |
[static] |
| void Depth2TimeStretcher::transform |
( |
const BinID & |
, |
|
|
const SamplingData< float > & |
, |
|
|
int |
, |
|
|
float * |
| |
|
) |
| | const [virtual] |
| void Depth2TimeStretcher::transformBack |
( |
const BinID & |
, |
|
|
const SamplingData< float > & |
, |
|
|
int |
, |
|
|
float * |
| |
|
) |
| | const [virtual] |
| bool Depth2TimeStretcher::usePar |
( |
const IOPar & |
|
) |
[virtual] |
Member Data Documentation