Go to the source code of this file.
Defines | |
#define | REGISTER_TEST(test) |
Typedefs | |
typedef int(* | MainFuncPointer )(int, char **) |
Functions | |
void | RegisterTests () |
void | PrintAvailableTests () |
int | main (int ac, char **av) |
Variables | |
std::map< std::string, MainFuncPointer > | StringToTestFunctionMap |
|
Value: extern int test(int, char**); \ StringToTestFunctionMap[#test] = test Definition at line 37 of file itkTestMain.h. |
|
Definition at line 34 of file itkTestMain.h. Referenced by main(). |
|
Definition at line 55 of file itkTestMain.h. References MainFuncPointer, PrintAvailableTests(), RegisterTests(), itk::MultiThreader::SetGlobalDefaultNumberOfThreads(), and StringToTestFunctionMap. |
|
Definition at line 42 of file itkTestMain.h. References StringToTestFunctionMap. Referenced by main(). |
|
Referenced by main(). |
|
Definition at line 35 of file itkTestMain.h. Referenced by main(), and PrintAvailableTests(). |