Build System

Variables

KITNAME
This is always set to the name of the source tree we are in: MITK, MBIQM or MBISB
${KITNAME}_INCLUDE_DIRECTORIES
This contains the list of include directories necessary to compile something which uses the specified KIT.

Macros

MITK_MULTIPLEX_PICTYPE

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines