CTL  0.6.1
Computed Tomography Library
Public Member Functions | Public Attributes | List of all members
CTL::VoxelVolumeOffset Struct Reference

Public Member Functions

bool operator== (const VoxelVolumeOffset &other) const
 
bool operator!= (const VoxelVolumeOffset &other) const
 
std::string info () const
 

Public Attributes

float x
 
float y
 
float z
 

Member Function Documentation

◆ info()

std::string CTL::VoxelVolumeOffset::info ( ) const
inline

Returns a formatted string that contains the volume offset joined with " x " and unit "mm".

◆ operator!=()

bool CTL::VoxelVolumeOffset::operator!= ( const VoxelVolumeOffset other) const
inline

Returns true if volume offset of this instance and other differ (in any of the three dimensions).

◆ operator==()

bool CTL::VoxelVolumeOffset::operator== ( const VoxelVolumeOffset other) const
inline

Returns true if the volume offset of this instance and other are equal (in all three dimensions).


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