All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.SplitLayerInfo

edu.sc.seis.TauP.SplitLayerInfo

public class SplitLayerInfo

Constructor Index

 o SplitLayerInfo(boolean, boolean, double)

Method Index

 o getMovedSample()
Get the value of movedSample.
 o getNeededSplit()
Get the value of neededSplit.
 o getRayParam()
Get the value of rayParam.
 o setMovedSample(boolean)
Set the value of movedSample.
 o setNeededSplit(boolean)
Set the value of neededSplit.
 o setRayParam(double)
Set the value of rayParam.

Constructors

 o SplitLayerInfo
 public SplitLayerInfo(boolean neededSplit,
                       boolean movedSample,
                       double rayParam)

Methods

 o getNeededSplit
 public boolean getNeededSplit()
Get the value of neededSplit.

Returns:
Value of neededSplit.
 o setNeededSplit
 public void setNeededSplit(boolean v)
Set the value of neededSplit.

Parameters:
v - Value to assign to neededSplit.
 o getMovedSample
 public boolean getMovedSample()
Get the value of movedSample.

Returns:
Value of movedSample.
 o setMovedSample
 public void setMovedSample(boolean v)
Set the value of movedSample.

Parameters:
v - Value to assign to movedSample.
 o getRayParam
 public double getRayParam()
Get the value of rayParam.

Returns:
Value of rayParam.
 o setRayParam
 public void setRayParam(double v)
Set the value of rayParam.

Parameters:
v - Value to assign to rayParam.

All Packages  Class Hierarchy  This Package  Previous  Next  Index