aimsdata  5.1.2
Neuroimaging data handling
AimsFlip< T > Class Template Reference

The template object function for flipping. More...

#include <aims/utility/flip.h>

Public Member Functions

Constructor and Destructor
 AimsFlip ()
 Constructor does nothing. More...
 
virtual ~AimsFlip ()
 Destructor does nothing. More...
 
Methods
carto::VolumeRef< T > doXX (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XX flipped data More...
 
carto::VolumeRef< T > doYY (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the YY flipped data More...
 
carto::VolumeRef< T > doZZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the ZZ flipped data More...
 
carto::VolumeRef< T > doXXZZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XXZZ flipped data More...
 
carto::VolumeRef< T > doXXYY (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XXYY flipped data More...
 
carto::VolumeRef< T > doYYZZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the YYZZ flipped data More...
 
carto::VolumeRef< T > doXXYYZZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XXYYZZ flipped data More...
 
carto::VolumeRef< T > doXY (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XY flipped data More...
 
carto::VolumeRef< T > doXZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the XZ flipped data More...
 
carto::VolumeRef< T > doYZ (const carto::rc_ptr< carto::Volume< T > > &thing)
 function which returns the YZ flipped data More...
 

Detailed Description

template<class T>
class AimsFlip< T >

The template object function for flipping.

This object function returns the flipped data. The template argument is the basic data type.

Definition at line 50 of file flip.h.

Constructor & Destructor Documentation

◆ AimsFlip()

template<class T >
AimsFlip< T >::AimsFlip ( )
inline

Constructor does nothing.

Definition at line 56 of file flip.h.

◆ ~AimsFlip()

template<class T >
virtual AimsFlip< T >::~AimsFlip ( )
inlinevirtual

Destructor does nothing.

Definition at line 58 of file flip.h.

Member Function Documentation

◆ doXX()

◆ doXXYY()

◆ doXXYYZZ()

◆ doXXZZ()

◆ doXY()

◆ doXZ()

◆ doYY()

◆ doYYZZ()

◆ doYZ()

◆ doZZ()


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