関数TF_read_points マニュアル
(The documentation of function
TF_read_points
)
Last Update: 2023/12/18
◆機能・用途
(Purpose)
地下構造の設定における点の定義を読み込む。
Read the definitions of points in the configuration of a subsurface structure.
◆形式
(Format)
#include "waterPML_sub/set_structure.h"
inline struct TF_points TF_read_points(const char ∗inputfile)
◆引数
(Arguments)
inputfile
点の定義が書かれた一時ファイル名。
関数TF_decompose_structure_file
によって作成されたファイルを与える。
The name of a temporary file in which the definitions of points are written. Use the file created by
function
TF_decompose_structure_file
.
◆戻り値
(Return value)
引数inputfileで指定したファイルから読み込んだ点のリスト。
A list of points based on the file specified by argument
inputfile
.