Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
MitkAnnotationTestDriver_main.cpp File Reference
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "/home/ubuntu/dcl1/Build-D-n/MITK-build/Modules/Annotation/test/MitkAnnotationTestDriver_extras.h"

Go to the source code of this file.

Macros

#define CM_CAST(TYPE, EXPR)
 

Typedefs

typedef int(* MainFuncPointer) (int, char *[])
 

Functions

int mitkAnnotationTest (int, char *[])
 
int mitkManualPlacementAnnotationRendererTest (int, char *[])
 
int mitkColorBarAnnotationTest (int, char *[])
 
int mitkLabelAnnotation3DTest (int, char *[])
 
int mitkLogoAnnotationTest (int, char *[])
 
int mitkLayoutAnnotationRendererTest (int, char *[])
 
int mitkScaleLegendAnnotationTest (int, char *[])
 
int mitkTextAnnotation2DTest (int, char *[])
 
int mitkTextAnnotation3DTest (int, char *[])
 
static char * lowercase (const char *string)
 
int main (int ac, char *av[])
 

Variables

static functionMapEntry cmakeGeneratedFunctionMapEntries []
 
static const int NumTests
 

Macro Definition Documentation

◆ CM_CAST

#define CM_CAST (   TYPE,
  EXPR 
)

Definition at line 28 of file MitkAnnotationTestDriver_main.cpp.

Referenced by lowercase().

Typedef Documentation

◆ MainFuncPointer

typedef int(* MainFuncPointer) (int, char *[])

Definition at line 33 of file MitkAnnotationTestDriver_main.cpp.

Function Documentation

◆ lowercase()

static char* lowercase ( const char *  string)
static

Definition at line 86 of file MitkAnnotationTestDriver_main.cpp.

References CM_CAST.

Referenced by main().

◆ main()

◆ mitkAnnotationTest()

int mitkAnnotationTest ( int  ,
char *  [] 
)

◆ mitkColorBarAnnotationTest()

int mitkColorBarAnnotationTest ( int  ,
char *  [] 
)

◆ mitkLabelAnnotation3DTest()

int mitkLabelAnnotation3DTest ( int  ,
char *  [] 
)

◆ mitkLayoutAnnotationRendererTest()

int mitkLayoutAnnotationRendererTest ( int  ,
char *  [] 
)

◆ mitkLogoAnnotationTest()

int mitkLogoAnnotationTest ( int  ,
char *  [] 
)

◆ mitkManualPlacementAnnotationRendererTest()

int mitkManualPlacementAnnotationRendererTest ( int  ,
char *  [] 
)

◆ mitkScaleLegendAnnotationTest()

int mitkScaleLegendAnnotationTest ( int  ,
char *  [] 
)

◆ mitkTextAnnotation2DTest()

int mitkTextAnnotation2DTest ( int  ,
char *  [] 
)

◆ mitkTextAnnotation3DTest()

int mitkTextAnnotation3DTest ( int  ,
char *  [] 
)

Variable Documentation

◆ cmakeGeneratedFunctionMapEntries

functionMapEntry cmakeGeneratedFunctionMapEntries[]
static

Definition at line 40 of file MitkAnnotationTestDriver_main.cpp.

Referenced by main().

◆ NumTests

const int NumTests
static

Definition at line 81 of file MitkAnnotationTestDriver_main.cpp.

Referenced by main().