open_iA 2025.6
Loading...
Searching...
No Matches
iAImageCoordinate Class Reference

Helper for storing 3D image coordinates. 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
 

Detailed Description

Helper for storing 3D image coordinates.

Todo
Maybe use iAVec3i instead?

Member Enumeration Documentation

◆ iAIndexOrdering

Enumerator
RowColDepMajor 
ColRowDepMajor 

Constructor & Destructor Documentation

◆ iAImageCoordinate() [1/2]

iAImageCoordinate::iAImageCoordinate ( )

◆ iAImageCoordinate() [2/2]

iAImageCoordinate::iAImageCoordinate ( iAVoxelIndexType x,
iAVoxelIndexType y,
iAVoxelIndexType z )

Member Data Documentation

◆ x

iAVoxelIndexType iAImageCoordinate::x

◆ y

iAVoxelIndexType iAImageCoordinate::y

◆ z

iAVoxelIndexType iAImageCoordinate::z

The documentation for this class was generated from the following files: