3d_data/operation.h マニュアル

(The documentation of 3d_data/operation.h)

Last Update: 2023/12/13


3d_data/operartion.hでは struct _3d_data型構造体に対する様々な演算を行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to perform various operations for a struct _3d_data-type structure are defined in 3d_data/operation.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
cut_3d_data_gridNo 3次元データから格子点番号で範囲を指定して一部分を切り出す。
Extract a partial 3-D data for a specified grid node index range.
cut_3d_data_coordinate 3次元データから座標で範囲を指定して一部分を切り出す。
Extract a partial 3-D data for a specified coordinate range.
merge_3d_data_array 配列で与えられた複数の3次元データを統合する。
Merge multiple 3-D data given by an array.
merge_3d_data_argument 引数で列挙された複数の3次元データを統合する。
Merge multiple 3-D data enumerated by arguments.