public class CriticalDepth
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
CriticalDepth() |
CriticalDepth(double depth,
int velLayerNum,
int PLayerNum,
int SLayerNum) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
double |
getDepth() |
int |
getLayerNum(boolean isPWave) |
int |
getPLayerNum() |
int |
getSLayerNum() |
int |
getVelLayerNum() |
void |
setDepth(double depth) |
void |
setLayerNum(int layerNum,
boolean isPWave)
sets slowness layer for waveType waves with this depth at its top.
|
void |
setPLayerNum(int layerNum) |
void |
setSLayerNum(int layerNum) |
void |
setVelLayerNum(int layerNum) |
public CriticalDepth()
public CriticalDepth(double depth, int velLayerNum, int PLayerNum, int SLayerNum)
public void setVelLayerNum(int layerNum)
public void setPLayerNum(int layerNum)
public void setSLayerNum(int layerNum)
public int getVelLayerNum()
public int getPLayerNum()
public int getSLayerNum()
public void setLayerNum(int layerNum, boolean isPWave)
public int getLayerNum(boolean isPWave)
public java.lang.Object clone()
clone
in class java.lang.Object
public void setDepth(double depth)
public double getDepth()