Public Member Functions | Protected Member Functions | Protected Attributes

Vel::StoredFunction Class Reference

List of all members.

Public Member Functions

 StoredFunction (StoredFunctionSource &)
bool moveTo (const BinID &)
StepInterval< float > getAvailableZ () const

Protected Member Functions

bool computeVelocity (float z0, float dz, int nr, float *res) const

Protected Attributes

bool zit_
TypeSet< float > zval_
TypeSet< float > vel_

Detailed Description

VelocityFunction that gets its information from a Velocity Picks.


Constructor & Destructor Documentation

Vel::StoredFunction::StoredFunction ( StoredFunctionSource  ) 

Member Function Documentation

bool Vel::StoredFunction::computeVelocity ( float  z0,
float  dz,
int  nr,
float *  res 
) const [protected]
StepInterval<float> Vel::StoredFunction::getAvailableZ (  )  const
bool Vel::StoredFunction::moveTo ( const BinID  ) 

Member Data Documentation

TypeSet<float> Vel::StoredFunction::vel_ [protected]
bool Vel::StoredFunction::zit_ [protected]
TypeSet<float> Vel::StoredFunction::zval_ [protected]