![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
aims::ImageAlgorithmSwitch switches between multichannel and monochannel ImageAlgorithmInterface
More...
#include <aims/algorithm/imagealgorithm.h>
Public Types | |
typedef T | VoxelType |
Public Member Functions | |
ImageAlgorithmSwitch () | |
aims::ImageAlgorithmSwitch switches between multichannel and monochannel ImageAlgorithmInterface
aims::ImageAlgorithmSwitch
is the base class to switch between multichannel and monochannel ImageAlgorithmInterface
implementations.
T | type of voxel that will be processed by ImageAlgorithmInterface |
M | bool that specify wether derived ImageAlgorithmInterface is monochannel or multichannel |
Definition at line 293 of file imagealgorithm.h.
typedef T aims::ImageAlgorithmSwitch< T, M >::VoxelType |
Definition at line 295 of file imagealgorithm.h.
|
inline |
Definition at line 296 of file imagealgorithm.h.