cartodata 6.0.0
carto::VolumeUtilBase< T, true > Class Template Reference

Volume utilities base class for scalar types. More...

#include <cartodata/volume/volumeutil.h>

Inheritance diagram for carto::VolumeUtilBase< T, true >:
Collaboration diagram for carto::VolumeUtilBase< T, true >:

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.
 

Detailed Description

template<typename T>
class carto::VolumeUtilBase< T, true >

Volume utilities base class for scalar types.

Definition at line 1637 of file volumeutil.h.

Member Function Documentation

◆ max()

template<typename T>
T carto::VolumeUtilBase< T, true >::max ( const Volume< T > & o)
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().

◆ min()

template<typename T>
T carto::VolumeUtilBase< T, true >::min ( const Volume< T > & o)
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().


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