関数名 Function name |
機能・用途 Purpose |
get_3d_data_maxindex 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct _3d_data型構造体のメンバvalueの
最大値を与える配列要素番号を調べる。 Identify the index of array that gives the maximum value, from member value of a struct _3d_data-type structure. |
get_3d_data_minindex 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct _3d_data型構造体のメンバvalueの
最小値を与える配列要素番号を調べる。 Identify the index of array that gives the mininum value, from member value of a struct _3d_data-type structure. |
_3d_data_index2grid 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
struct _3d_data型構造体のメンバindexの指定した値に対応する
格子点番号を計算する。 Compute the grid node index corresponding to a given value of member index of a struct _3d_data-type structure. |
_3d_data_coordinate2index 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
指定した位置(座標)に対応する
struct _3d_data型構造体のメンバvalueの配列要素番号
を計算する。 Compute the index of array of member value of a struct _3d_data-type structure corresponding to the specified location (coordinate). |
compare_3d_data_definition_points | 2つのstruct _3d_data型構造体が同一の地点で定義されているか否かを調べる。 Survey whether two struct _3d_data-type structures are defined at the same locations. |