Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Macros | |
#define | endoAccessCvMat(function, T, arg1, arg2) |
#define | endoExec(macroAlgName, macroOutputType, macroOutputVarName, ...) |
#define | endoExec2(macroAlgName, macroOutputType1, macroOutputVarName1, macroOutputType2, macroOutputVarName2, ...) |
#define | endoSetInput(name, type) |
#define | endoSetOutput(name, type) |
Variables | |
static const std::string | DIR_SEPARATOR |
#define endoAccessCvMat | ( | function, | |
T, | |||
arg1, | |||
arg2 | |||
) |
COLLECTION OF MACROS FOR THE ENDOTRACKING MODULE multiplexing for cv mats
Definition at line 22 of file mitkEndoMacros.h.
#define endoExec | ( | macroAlgName, | |
macroOutputType, | |||
macroOutputVarName, | |||
... | |||
) |
exec an algorithm with 1 output argument
Definition at line 43 of file mitkEndoMacros.h.
#define endoExec2 | ( | macroAlgName, | |
macroOutputType1, | |||
macroOutputVarName1, | |||
macroOutputType2, | |||
macroOutputVarName2, | |||
... | |||
) |
exec an algorithm with 2 output argument
Definition at line 53 of file mitkEndoMacros.h.
#define endoSetInput | ( | name, | |
type | |||
) |
Definition at line 70 of file mitkEndoMacros.h.
#define endoSetOutput | ( | name, | |
type | |||
) |
Definition at line 82 of file mitkEndoMacros.h.
|
static |
definition of the corresponding directory separator
Definition at line 67 of file mitkEndoMacros.h.