Medical Imaging Interaction Toolkit  2016.11.0
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

#define endoAccessCvMat (   function,
  T,
  arg1,
  arg2 
)

COLLECTION OF MACROS FOR THE ENDOTRACKING MODULE multiplexing for cv mats

Definition at line 26 of file mitkEndoMacros.h.

Referenced by mitk::VnlMatrixFromCvMat< T >::Update(), and mitk::StringFromCvMat::Update().

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

exec an algorithm with 1 output argument

Definition at line 49 of file mitkEndoMacros.h.

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

exec an algorithm with 2 output argument

Definition at line 59 of file mitkEndoMacros.h.

#define endoSetInput (   name,
  type 
)

Definition at line 76 of file mitkEndoMacros.h.

#define endoSetOutput (   name,
  type 
)

Definition at line 88 of file mitkEndoMacros.h.

Variable Documentation

const std::string DIR_SEPARATOR
static

definition of the corresponding directory separator

Definition at line 73 of file mitkEndoMacros.h.