aimsdata  4.7.0
Neuroimaging data handling
minmax.h File Reference
#include <aims/data/data.h>
Include dependency graph for minmax.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aims
 The class for EcatSino data write operation.
 

Functions

template<typename ObjectType , typename ValueType >
void aims::minmax (const ObjectType &, ValueType &min, ValueType &max)
 
template<typename ValueType >
void aims::minmax (const AimsData< ValueType > &volume, ValueType &min, ValueType &max)
 
template<typename ValueType >
void aims::minmax (const carto::Volume< ValueType > &volume, ValueType &min, ValueType &max)
 
template<typename ValueType >
void aims::minmax (const carto::rc_ptr< carto::Volume< ValueType > > &volume, ValueType &min, ValueType &max)
 
template<typename ValueType >
void aims::minmax (const carto::VolumeRef< ValueType > &volume, ValueType &min, ValueType &max)