Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitkEndoMacros.h File Reference

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
 

Macro Definition Documentation

◆ endoAccessCvMat

#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.

◆ endoExec

#define endoExec (   macroAlgName,
  macroOutputType,
  macroOutputVarName,
  ... 
)

exec an algorithm with 1 output argument

Definition at line 43 of file mitkEndoMacros.h.

◆ endoExec2

#define endoExec2 (   macroAlgName,
  macroOutputType1,
  macroOutputVarName1,
  macroOutputType2,
  macroOutputVarName2,
  ... 
)

exec an algorithm with 2 output argument

Definition at line 53 of file mitkEndoMacros.h.

◆ endoSetInput

#define endoSetInput (   name,
  type 
)

Definition at line 70 of file mitkEndoMacros.h.

◆ endoSetOutput

#define endoSetOutput (   name,
  type 
)

Definition at line 82 of file mitkEndoMacros.h.

Variable Documentation

◆ DIR_SEPARATOR

const std::string DIR_SEPARATOR
static

definition of the corresponding directory separator

Definition at line 67 of file mitkEndoMacros.h.