All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.TimeDist

edu.sc.seis.TauP.TimeDist

public class TimeDist
Holds the ray parameter, time and distance increments, and optionally a depth, for a ray passing through some layer.


Variable Index

 o depth
 o dist
 o p
 o time

Constructor Index

 o TimeDist()
 o TimeDist(double)
 o TimeDist(double, double, double)
 o TimeDist(double, double, double, double)

Method Index

 o add(TimeDist)
 o clone()
 o toString()

Variables

 o p
 public double p
 o depth
 public double depth
 o time
 public double time
 o dist
 public double dist

Constructors

 o TimeDist
 public TimeDist()
 o TimeDist
 public TimeDist(double p)
 o TimeDist
 public TimeDist(double p,
                 double time,
                 double dist)
 o TimeDist
 public TimeDist(double p,
                 double time,
                 double dist,
                 double depth)

Methods

 o add
 public void add(TimeDist td)
 o toString
 public String toString()
 o clone
 public Object clone()

All Packages  Class Hierarchy  This Package  Previous  Next  Index