aimsdata 6.0.0
Neuroimaging data handling
volumemanip.h File Reference
Include dependency graph for volumemanip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  aims
 The class for EcatSino data write operation.
 

Functions

template<typename T>
AimsData< T > aims::transpose (const AimsData< T > &thing)
 
template<typename T>
void aims::incSorting (AimsData< T > &thing)
 
template<typename T>
void aims::decSorting (AimsData< T > &thing)
 
template<typename T>
AimsData< int32_t > aims::incOrder (const AimsData< T > &thing)
 
template<typename T>
AimsData< int32_t > aims::decOrder (const AimsData< T > &thing)
 
template<typename T>
bool aims::hasSameDim (const AimsData< T > &v1, const AimsData< T > &v2)
 
template<typename T>
bool aims::hasSameSize (const AimsData< T > &v1, const AimsData< T > &v2)
 
template<typename T>
AimsData< T > aims::triInf (const AimsData< T > &thing)
 
template<typename T>
AimsData< T > aims::triSup (const AimsData< T > &thing)
 
template<typename T>
std::ostream & operator<< (std::ostream &os, const AimsData< T > &thing)
 
template<typename T>
std::istream & operator>> (std::istream &is, AimsData< T > &thing)
 

Function Documentation

◆ operator<<()

template<typename T>
std::ostream & operator<< ( std::ostream & os,
const AimsData< T > & thing )
inline

◆ operator>>()

template<typename T>
std::istream & operator>> ( std::istream & is,
AimsData< T > & thing )
inline