aimsalgo 6.0.0
Neuroimaging image processing
parity.h File Reference
#include <aims/config/aimsalgo_config.h>
#include <cartobase/smart/rcptr.h>
Include dependency graph for parity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  carto
 

Functions

Even part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
carto::VolumeRef< float > AimsEvenPart (const carto::rc_ptr< carto::Volume< float > > &vec, int xmin, int xmax, int center)
 
Odd part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
carto::VolumeRef< float > AimsOddPart (const carto::rc_ptr< carto::Volume< float > > &vec, int xmin, int xmax, int center)
 

Function Documentation

◆ AimsEvenPart()

carto::VolumeRef< float > AimsEvenPart ( const carto::rc_ptr< carto::Volume< float > > & vec,
int xmin,
int xmax,
int center )

◆ AimsOddPart()

carto::VolumeRef< float > AimsOddPart ( const carto::rc_ptr< carto::Volume< float > > & vec,
int xmin,
int xmax,
int center )