|
cartodata 6.0.0
|
Volume utilities base class for scalar types. More...
#include <cartodata/volume/volumeutil.h>


Static Public Member Functions | |
| static T | min (const Volume< T > &o) |
| Get the minimum voxel value of a volume. | |
| static T | max (const Volume< T > &o) |
| Get the maximum voxel value of a volume. | |
Volume utilities base class for scalar types.
Definition at line 1637 of file volumeutil.h.
|
static |
Get the maximum voxel value of a volume.
Definition at line 375 of file volumeutil_d.h.
References carto::VolumeUtil< T >::accumulate(), and carto::min_limit().
|
static |
Get the minimum voxel value of a volume.
Definition at line 368 of file volumeutil_d.h.
References carto::VolumeUtil< T >::accumulate(), and std::numeric_limits< typename _Tp >::max().