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

Public Member Functions

bool operator== (const VoxelVolumeDimensions &other) const
 
bool operator!= (const VoxelVolumeDimensions &other) const
 
std::string info () const
 
size_t totalNbElements () const
 

Public Attributes

uint x
 
uint y
 
uint z
 

Member Function Documentation

◆ info()

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

Returns a string that contains the dimensions joined with " x ".

◆ operator!=()

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

Returns true if any of the three dimensions of this instance and other differ.

◆ operator==()

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

Returns true if all three dimensions of this instance and other are equal.

◆ totalNbElements()

size_t CTL::VoxelVolumeDimensions::totalNbElements ( ) const
inline

Returns the total number of voxels in the volume.


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