Public Member Functions | |
| VolumeFunction (VolumeFunctionSource &) | |
| bool | moveTo (const BinID &) |
| StepInterval< float > | getAvailableZ () const |
| StepInterval< float > | getLoadedZ () const |
| void | enableExtrapolation (bool) |
| void | setStatics (float t, float vel) |
| Only used with RMS velocities extrapolation. | |
Protected Member Functions | |
| bool | computeVelocity (float z0, float dz, int nr, float *res) const |
Protected Attributes | |
| bool | zit_ |
| SamplingData< float > | velsampling_ |
| TypeSet< float > | vel_ |
| bool | extrapolate_ |
| float | statics_ |
| float | staticsvel_ |
VelocityFunction that gets its information from a Velocity Volume.
| Vel::VolumeFunction::VolumeFunction | ( | VolumeFunctionSource & | ) |
| bool Vel::VolumeFunction::computeVelocity | ( | float | z0, | |
| float | dz, | |||
| int | nr, | |||
| float * | res | |||
| ) | const [protected] |
| void Vel::VolumeFunction::enableExtrapolation | ( | bool | ) |
| StepInterval<float> Vel::VolumeFunction::getAvailableZ | ( | ) | const |
| StepInterval<float> Vel::VolumeFunction::getLoadedZ | ( | ) | const |
| bool Vel::VolumeFunction::moveTo | ( | const BinID & | ) |
| void Vel::VolumeFunction::setStatics | ( | float | t, | |
| float | vel | |||
| ) |
Only used with RMS velocities extrapolation.
bool Vel::VolumeFunction::extrapolate_ [protected] |
float Vel::VolumeFunction::statics_ [protected] |
float Vel::VolumeFunction::staticsvel_ [protected] |
TypeSet<float> Vel::VolumeFunction::vel_ [protected] |
SamplingData<float> Vel::VolumeFunction::velsampling_ [protected] |
bool Vel::VolumeFunction::zit_ [protected] |
1.7.1