All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.SplitLayerInfo
edu.sc.seis.TauP.SplitLayerInfo
- public class SplitLayerInfo
-
SplitLayerInfo(boolean, boolean, double)
-
-
getMovedSample()
- Get the value of movedSample.
-
getNeededSplit()
- Get the value of neededSplit.
-
getRayParam()
- Get the value of rayParam.
-
setMovedSample(boolean)
- Set the value of movedSample.
-
setNeededSplit(boolean)
- Set the value of neededSplit.
-
setRayParam(double)
- Set the value of rayParam.
SplitLayerInfo
public SplitLayerInfo(boolean neededSplit,
boolean movedSample,
double rayParam)
getNeededSplit
public boolean getNeededSplit()
- Get the value of neededSplit.
- Returns:
- Value of neededSplit.
setNeededSplit
public void setNeededSplit(boolean v)
- Set the value of neededSplit.
- Parameters:
- v - Value to assign to neededSplit.
getMovedSample
public boolean getMovedSample()
- Get the value of movedSample.
- Returns:
- Value of movedSample.
setMovedSample
public void setMovedSample(boolean v)
- Set the value of movedSample.
- Parameters:
- v - Value to assign to movedSample.
getRayParam
public double getRayParam()
- Get the value of rayParam.
- Returns:
- Value of rayParam.
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