struct _3d_data型構造体を任意の形式のファイルから読み込む。
各形式のファイルを読み込む関数を呼び出すための親関数。
Read a struct _3d_data-type structure
from a file of arbitrary formats;
a parent function from which
functions for individual file formats are called.
入力ファイル名。拡張子も含めて指定すること。
ファイル形式は拡張子によって自動判別される。
The input file name including the extension.
The file format is automatically identified from the extension.
◆戻り値(Return value)
ファイルinputfileから読み込んだstruct _3d_data型構造体。
A structure read from the file inputfile.