ヘッダファイル名 Header file name |
機能・用途 Purpose |
3d_data/index.h | 3d_dataヘッダファイルパッケージ内の
他のヘッダファイル一式をインクルードするためのヘッダファイル。 A header file to include all the other header files in 3d_data header file package. |
3d_data/macro.h | 3d_dataヘッダファイルパッケージ用のマクロの定義。 Definitions of macros for 3d_data header file package. |
3d_data/structure.h | 3d_dataヘッダファイルパッケージ用の構造体の定義。 Definitions of structures for 3d_data header file package. |
3d_data/prototype.h | 3d_dataヘッダファイルパッケージ内の関数のプロトタイプ。 Prototypes of functions in 3d_data header file package. |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
3d_data/convert.h | struct _3d_data型構造体と他の形式のデータの間の変換を行う関数。 Functions to make conversion between a struct _3d_data-type structure and other data types. |
3d_data/differentiate.h | struct _3d_data型構造体で表現された3次元データの
空間微分のための計算を行う関数。 Functions to conduct calculations for spatial differentiation of a 3-D data expressed by a struct _3d_data-type structure. |
3d_data/info.h | struct _3d_data型構造体から情報を取り出す関数。 Functions to extract an information from a struct _3d_data-type structure. |
3d_data/initialize.h | struct _3d_data型構造体のメンバindex,valueの動的メモリの確保・解放と
各メンバの初期化を行う関数。 Functions to allocate and release dynamic memories for members index and value of a struct _3d_data-type structure, and to initialize members of the structure. |
3d_data/interpolate.h | struct _3d_data型構造体で表現された3次元データの補間を行う関数。 Functions to interpolate a 3-D data represented by a struct _3d_data-type structure. |
3d_data/operation.h | struct _3d_data型構造体に対する様々な演算を行う関数。 Functions to perform various operations for a struct _3d_data-type structure. |
3d_data/readwrite.h | struct _3d_data型構造体のファイル入出力を行う関数。 Functions to read and write a struct _3d_data-type structure from/to a file. |
3d_data/section.h | struct _3d_data型構造体で表された3次元データを元に
2次元断面データを作成する関数。 Functions to create a 2-D section data from a 3-D data represented by a struct _3d_data-type structure. |