関数TF_count_lake マニュアル

(The documentation of function TF_count_lake)

Last Update: 2024/3/7


◆機能・用途(Purpose)

水域の個数をカウントする。
Count the number of water-filled regions.


◆形式(Format)

#include "waterPML_sub/water.h"
inline int TF_count_lake(const struct waterPML_parameters parameters)


◆引数(Arguments)

parameters 関数TF_set_parameters によってメンバの値の設定を済ませた構造体。
A structure whose members were set by function TF_set_parameters.


◆戻り値(Return value)

パラメータwater_fileで指定したファイル内で定義されている水域の個数。
The number of water-filled regions defined in the file specified by parameter water_file.


◆補足(Additional information)

この関数は関数mainから
parameters.Nlake=TF_count_lake(parameters);
のように呼び出される。これにより、parametersのメンバNlakeの値が設定される。
This function is called from function main as:
parameters.Nlake=TF_count_lake(parameters);
By this, the value of member Nlake of parameters is set.