Data Structs
-
namespace yagit
-
struct DataSize
Number of frames, rows, and columns in 3D image.
Public Functions
-
struct DataOffset
Position of first voxel in 3D image in millimeters [mm].
Note
Values can be negative
Public Functions
-
inline bool operator==(const DataOffset &other) const
-
inline bool operator!=(const DataOffset &other) const
-
inline bool operator==(const DataOffset &other) const
-
struct DataSpacing
Distance between voxels in 3D image in millimeters [mm].
Note
Values should be positive
Public Functions
-
inline bool operator==(const DataSpacing &other) const
-
inline bool operator!=(const DataSpacing &other) const
-
inline bool operator==(const DataSpacing &other) const
-
struct DataSize