3d_data/info.h マニュアル

(The documentation of 3d_data/info.h)

Last Update: 2024/6/14


3d_data/info.hでは struct _3d_data型構造体から情報を取り出す関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to extract an information from a struct _3d_data-type structure are defined in 3d_data/info.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
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.