Public Member Functions | Protected Attributes

SeisTrcFunction Class Reference

List of all members.

Public Member Functions

 SeisTrcFunction (const SeisTrc &trc, int icomp)
float getValue (float z) const

Protected Attributes

const SeisTrctrc_
const int icomp_

Detailed Description

> Seismic traces conforming the MathFunction interface.

One of the components of a SeisTrc can be selected to form a ValueSeries.


Constructor & Destructor Documentation

SeisTrcFunction::SeisTrcFunction ( const SeisTrc trc,
int  icomp 
) [inline]

Member Function Documentation

float SeisTrcFunction::getValue ( float  z  )  const [inline]

Member Data Documentation

const int SeisTrcFunction::icomp_ [protected]
const SeisTrc& SeisTrcFunction::trc_ [protected]