![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/data/data.h>
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) |