|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Helper for storing 3D image coordinates Maybe use iAVec3i instead? More...
#include <iAImageCoordinate.h>
Public Types | |
| enum | iAIndexOrdering { RowColDepMajor , ColRowDepMajor } |
Public Member Functions | |
| iAImageCoordinate () | |
| iAImageCoordinate (iAVoxelIndexType x, iAVoxelIndexType y, iAVoxelIndexType z) | |
Public Attributes | |
| iAVoxelIndexType | x |
| iAVoxelIndexType | y |
| iAVoxelIndexType | z |
Helper for storing 3D image coordinates Maybe use iAVec3i instead?
| iAImageCoordinate::iAImageCoordinate | ( | ) |
| iAImageCoordinate::iAImageCoordinate | ( | iAVoxelIndexType | x, |
| iAVoxelIndexType | y, | ||
| iAVoxelIndexType | z | ||
| ) |
| iAVoxelIndexType iAImageCoordinate::x |
| iAVoxelIndexType iAImageCoordinate::y |
| iAVoxelIndexType iAImageCoordinate::z |