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

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. More...
 
static T max (const Volume< T > &o)
 Get the maximum voxel value of a volume. More...
 

Detailed Description

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

Volume utilities base class for scalar types.

Definition at line 1224 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 355 of file volumeutil_d.h.

References carto::VolumeUtil< T >::accumulate(), carto::VolumeUtil< T >::apply(), and carto::VolumeUtil< T >::selfApply().

◆ 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 348 of file volumeutil_d.h.

References carto::VolumeUtil< T >::accumulate().


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