open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Types | Public Member Functions | Public Attributes | List of all members
iAImageCoordinate Class Reference

Helper for storing 3D image coordinates. More...

#include <iAImageCoordinate.h>

Collaboration diagram for iAImageCoordinate:

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.

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: