|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcloud.distribution.MultiDistributionFunction
public class MultiDistributionFunction
複数の分布関数クラス
フィールドの概要 | |
---|---|
protected int |
count
分布関数の数 |
protected DistributionFunction[] |
dfunc
分布関数を格納する配列 |
コンストラクタの概要 | |
---|---|
MultiDistributionFunction(int count,
DistributionFunction[] dfunc)
分布関数を構築する |
メソッドの概要 | |
---|---|
double |
get(double r,
double theta,
double phy)
分布関数の値を返す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected int count
protected DistributionFunction[] dfunc
コンストラクタの詳細 |
---|
public MultiDistributionFunction(int count, DistributionFunction[] dfunc)
count
- 分布関数の数dfunc
- 分布関数を格納した配列メソッドの詳細 |
---|
public double get(double r, double theta, double phy)
DistributionFunction
内の get
r
- 変数値theta
- 経度phy
- 方位角
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |