|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "/home/ubuntu/dcl1/Build-D-n/MITK-build/Modules/DataTypesExt/test/MitkDataTypesExtTestDriver_extras.h"Go to the source code of this file.
Macros | |
| #define | CM_CAST(TYPE, EXPR) |
Typedefs | |
| typedef int(* | MainFuncPointer) (int, char *[]) |
Functions | |
| int | mitkColorSequenceRainbowTest (int, char *[]) |
| int | mitkMeshTest (int, char *[]) |
| int | mitkMultiStepperTest (int, char *[]) |
| int | mitkUnstructuredGridTest (int, char *[]) |
| int | mitkCompressedImageContainerTest (int, char *[]) |
| ctest entry point More... | |
| static char * | lowercase (const char *string) |
| int | main (int ac, char *av[]) |
Variables | |
| static functionMapEntry | cmakeGeneratedFunctionMapEntries [] |
| static const int | NumTests |
| #define CM_CAST | ( | TYPE, | |
| EXPR | |||
| ) |
Definition at line 24 of file MitkDataTypesExtTestDriver_main.cpp.
Referenced by lowercase().
| typedef int(* MainFuncPointer) (int, char *[]) |
Definition at line 29 of file MitkDataTypesExtTestDriver_main.cpp.
|
static |
Definition at line 66 of file MitkDataTypesExtTestDriver_main.cpp.
References CM_CAST.
Referenced by main().
| int main | ( | int | ac, |
| char * | av[] | ||
| ) |
Definition at line 84 of file MitkDataTypesExtTestDriver_main.cpp.
References cmakeGeneratedFunctionMapEntries, globalCmdLineArgs, lowercase(), NumTests, mitk::LoggingBackend::Register(), and mitk::LoggingBackend::Unregister().
| int mitkColorSequenceRainbowTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkCompressedImageContainerTest | ( | int | , |
| char * | [] | ||
| ) |
ctest entry point
Definition at line 113 of file mitkCompressedImageContainerTest.cpp.
References mitk::CompressedImageContainer::New().
| int mitkMeshTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 19 of file mitkMeshTest.cpp.
References mitk::Mesh::New(), and mitk::OpINSERT.
| int mitkMultiStepperTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 17 of file mitkMultiStepperTest.cpp.
References mitk::MultiStepper::New(), and mitk::Stepper::New().
| int mitkUnstructuredGridTest | ( | int | , |
| char * | [] | ||
| ) |
Unit test for the UnstructuredGrÃd class
Definition at line 24 of file mitkUnstructuredGridTest.cpp.
References MITK_TEST_BEGIN(), MITK_TEST_CONDITION_REQUIRED, MITK_TEST_END(), and mitk::UnstructuredGrid::New().
|
static |
Definition at line 36 of file MitkDataTypesExtTestDriver_main.cpp.
Referenced by main().
|
static |
Definition at line 61 of file MitkDataTypesExtTestDriver_main.cpp.
Referenced by main().