Go to the source code of this file.
Defines | |
#define | ITK_TEST_DIMENSION_MAX 6 |
#define | REGISTER_TEST(test) |
Typedefs | |
typedef int(* | MainFuncPointer )(int, char *[]) |
Functions | |
int | RegressionTestImage (const char *, const char *, int) |
std::map< std::string, int > | RegressionTestBaselines (char *) |
void | RegisterTests () |
void | PrintAvailableTests () |
int | main (int ac, char *av[]) |
Variables | |
std::map< std::string, MainFuncPointer > | StringToTestFunctionMap |
|
Definition at line 45 of file itkTestMain.h. Referenced by RegressionTestImage(). |
|
Value: extern int test(int, char* [] ); \ StringToTestFunctionMap[#test] = test Definition at line 50 of file itkTestMain.h. |
|
Definition at line 47 of file itkTestMain.h. Referenced by main(). |
|
Definition at line 71 of file itkTestMain.h. References MainFuncPointer, NULL, PrintAvailableTests(), RegisterTests(), RegressionTestBaselines(), RegressionTestImage(), itk::MultiThreader::SetGlobalDefaultNumberOfThreads(), and StringToTestFunctionMap. |
|
Definition at line 58 of file itkTestMain.h. References StringToTestFunctionMap. Referenced by main(). |
|
Referenced by main(). |
|
Definition at line 384 of file itkTestMain.h. Referenced by main(). |
|
Definition at line 198 of file itkTestMain.h. References ITK_TEST_DIMENSION_MAX. Referenced by main(). |
|
Definition at line 48 of file itkTestMain.h. Referenced by main(), and PrintAvailableTests(). |