|
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/AlgorithmsExt/test/MitkAlgorithmsExtTestDriver_extras.h"Go to the source code of this file.
Macros | |
| #define | CM_CAST(TYPE, EXPR) |
Typedefs | |
| typedef int(* | MainFuncPointer) (int, char *[]) |
Functions | |
| int | mitkAutoCropImageFilterTest (int, char *[]) |
| int | mitkBoundingObjectCutterTest (int, char *[]) |
| int | mitkImageToUnstructuredGridFilterTest (int, char *[]) |
| int | mitkPlaneFitTest (int, char *[]) |
| int | mitkSimpleHistogramTest (int, char *[]) |
| int | mitkCovarianceMatrixCalculatorTest (int, char *[]) |
| int | mitkAnisotropicIterativeClosestPointRegistrationTest (int, char *[]) |
| int | mitkUnstructuredGridClusteringFilterTest (int, char *[]) |
| int | mitkUnstructuredGridToUnstructuredGridFilterTest (int, char *[]) |
| int | mitkCropTimestepsImageFilterTest (int, char *[]) |
| int | mitkLabeledImageToSurfaceFilterTest (int, char *[]) |
| 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 30 of file MitkAlgorithmsExtTestDriver_main.cpp.
Referenced by lowercase().
| typedef int(* MainFuncPointer) (int, char *[]) |
Definition at line 35 of file MitkAlgorithmsExtTestDriver_main.cpp.
|
static |
Definition at line 96 of file MitkAlgorithmsExtTestDriver_main.cpp.
References CM_CAST.
Referenced by main().
| int main | ( | int | ac, |
| char * | av[] | ||
| ) |
Definition at line 114 of file MitkAlgorithmsExtTestDriver_main.cpp.
References cmakeGeneratedFunctionMapEntries, globalCmdLineArgs, lowercase(), NumTests, mitk::LoggingBackend::Register(), and mitk::LoggingBackend::Unregister().
| int mitkAnisotropicIterativeClosestPointRegistrationTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkAutoCropImageFilterTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 15 of file mitkAutoCropImageFilterTest.cpp.
References mitk::AutoCropImageFilter::New().
| int mitkBoundingObjectCutterTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 29 of file mitkBoundingObjectCutterTest.cpp.
References MITK_TEST_BEGIN(), MITK_TEST_END(), and mitkBoundingObjectCutterTest().
Referenced by mitkBoundingObjectCutterTest().
| int mitkCovarianceMatrixCalculatorTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkCropTimestepsImageFilterTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkImageToUnstructuredGridFilterTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkLabeledImageToSurfaceFilterTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 26 of file mitkLabeledImageToSurfaceFilterTest.cpp.
References mitk::ImageToSurfaceFilter::DecimatePro, equals(), image, and mitk::LabeledImageToSurfaceFilter::New().
| int mitkPlaneFitTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 21 of file mitkPlaneFitTest.cpp.
References mitk::FillVector3D(), mitk::PointSet::GetSize(), mitk::PlaneFit::New(), and mitk::PointSet::New().
| int mitkSimpleHistogramTest | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 17 of file mitkSimpleHistogramTest.cpp.
References MITK_TEST_BEGIN(), MITK_TEST_CONDITION_REQUIRED, MITK_TEST_END(), mitk::Surface::New(), and mitk::Image::New().
| int mitkUnstructuredGridClusteringFilterTest | ( | int | , |
| char * | [] | ||
| ) |
| int mitkUnstructuredGridToUnstructuredGridFilterTest | ( | int | , |
| char * | [] | ||
| ) |
|
static |
Definition at line 42 of file MitkAlgorithmsExtTestDriver_main.cpp.
Referenced by main().
|
static |
Definition at line 91 of file MitkAlgorithmsExtTestDriver_main.cpp.
Referenced by main().