MITK-IGT
IGT Extension of MITK
|
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) |
#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.