関数TF_read_planes マニュアル

(The documentation of function TF_read_planes)

Last Update: 2023/12/18


◆機能・用途(Purpose)

地下構造の設定における面の定義を読み込む。
Read the definitions of planes in the configuration of a subsurface structure.


◆形式(Format)

#include "waterPML_sub/set_structure.h"
inline struct TF_planes TF_read_planes
(const char ∗inputfile,const struct TF_points pointList)


◆引数(Arguments)

inputfile 面の定義が書かれた一時ファイル名。 関数TF_decompose_structure_file によって作成されたファイルを与える。
The name of a temporary file in which the definitions of planes are written. Use the file created by function TF_decompose_structure_file.
point_list 点のリスト。 関数TF_read_points の戻り値を与える。
A list of points. Use the return value of function TF_read_points.


◆戻り値(Return value)

引数inputfileで指定したファイルから読み込んだ面のリスト。
A list of planes based on the file specified by argument inputfile.