MITK
, MBIQM
or MBISB
generates separated source files for different data types to reduce memory consumption of compiler during template instantiation, e.g. by mitkInstantiateAccessFunctions.h
Usage: MITK_MULTIPLEX_PICTYPE(file)
Param "file" should be named like mitkMyAlgo-TYPE.cpp
. In the file, every occurence of @TYPE@
is replaced by the datatype. For each datatype, a new file mitkMyAlgo-datatype.cpp
is generated and added to CPP_FILES_GENERATED
.