関数check_3d_data マニュアル

(The documentation of function check_3d_data)

Last Update: 2023/7/5


◆機能・用途(Purpose)

struct _3d_data型構造体をチェックする。
Check a struct _3d_data-type structure.


◆形式(Format)

#include <3d_data/initialize.h>
inline void check_3d_data(struct _3d_data data)


◆引数(Arguments)

data チェックしたい構造体。
The structure to check.


◆チェック項目(Checks conducted)

チェック後はメンバchecked[0]の値が’y’に変更される。 もともとchecked[0]=’y’の場合は既にチェック済みであると判断して チェックがスキップされる。
After the check, the value of member checked[0] is changed to ’y’; if it was already ’y’, then the check is skipped as the check is likely to have been done previously.


◆使用例(Example)

struct _3d_data data;
check_3d_data(data);