構造要素の各要素の座標と生存期間を表す構造体 [詳細]
#include <morphology.h>
Public 型 | |
| typedef ptrdiff_t | difference_type |
| 符号付整数型 | |
Public メソッド | |
| point (difference_type xx, difference_type yy, difference_type zz, size_t l) | |
| コンストラクタ | |
変数 | |
| difference_type | x |
| X軸方向の座標値 | |
| difference_type | y |
| Y軸方向の座標値 | |
| difference_type | z |
| Z軸方向の座標値 | |
| size_t | life |
| この要素が構造体から抜けるまでの生存期間 | |
構造要素の各要素の座標と生存期間を表す構造体
|
inline |
コンストラクタ
| [in] | xx | … X座標値 |
| [in] | yy | … Y座標値 |
| [in] | zz | … Z座標値 |
| [in] | l | … 生存期間 |
1.8.1.2