型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
int | N | 観測点数。 The number of stations |
char ∗∗ | name | 観測点名を並べた配列。 An array composed of the station names. |
double ∗ | x | 観測点の\(x\)座標を並べた配列。 An array composed of the \(x\)-coordinates of stations. |
double ∗ | y | 観測点の\(y\)座標を並べた配列。 An array composed of the \(y\)-coordinates of stations. |
double ∗ | z | 観測点の\(z\)座標を並べた配列。 An array composed of the \(z\)-coordinates of stations. |