![]() |
Orfeo Toolbox
3.16
|
Go to the source code of this file.
Macros | |
| #define | itksys_SHARED_FORWARD_DIR_BUILD "" |
| #define | itksys_SHARED_FORWARD_EXE_BUILD "" |
| #define | itksys_SHARED_FORWARD_EXE_INSTALL "" |
| #define | itksys_SHARED_FORWARD_PATH_BUILD "" |
| #define | itksys_SHARED_FORWARD_PATH_INSTALL "" |
| #define | main otbTestMain |
Functions | |
| int | Execute (int argc, char *argv[]) |
| int | main (int ac, char *av[]) |
| int | otbTestMain (int arc, char *arv[]) |
| int | parseCommandLine (int ac, char *av[], std::vector< char * > &remainingArgs) |
| void | RegisterTests () |
| void | usage () |
| #define itksys_SHARED_FORWARD_DIR_BUILD "" |
Definition at line 20 of file otbTestDriver.cxx.
| #define itksys_SHARED_FORWARD_EXE_BUILD "" |
Definition at line 23 of file otbTestDriver.cxx.
| #define itksys_SHARED_FORWARD_EXE_INSTALL "" |
Definition at line 24 of file otbTestDriver.cxx.
| #define itksys_SHARED_FORWARD_PATH_BUILD "" |
Definition at line 21 of file otbTestDriver.cxx.
| #define itksys_SHARED_FORWARD_PATH_INSTALL "" |
Definition at line 22 of file otbTestDriver.cxx.
| #define main otbTestMain |
Definition at line 198 of file otbTestDriver.cxx.
| int Execute | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 180 of file otbTestDriver.cxx.
References NULL.
Referenced by otb::CommandProgressUpdate< TFilter >::Execute(), itk::FFTWRealToComplexConjugateImageFilter< TPixel, VDimension >::GenerateData(), itk::FFTWComplexConjugateToRealImageFilter< TPixel, VDimension >::GenerateData(), otb::OverlapSaveConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition >::GenerateData(), and RegisterTests().
| int main | ( | int | ac, |
| char * | av[] | ||
| ) |
Call to the otbTestMain
Definition at line 145 of file otbTestDriver.cxx.
References NULL, otbTestMain(), parseCommandLine(), and usage().
| int otbTestMain | ( | int | arc, |
| char * | arv[] | ||
| ) |
Referenced by main().
| int parseCommandLine | ( | int | ac, |
| char * | av[], | ||
| std::vector< char * > & | remainingArgs | ||
| ) |
This function parses the command line and process everything related to the –add-before-libpath, –add-before-env and –help. Every other args are added to the remainingArgs vector
Definition at line 69 of file otbTestDriver.cxx.
References usage().
Referenced by main().
| void RegisterTests | ( | ) |
Definition at line 201 of file otbTestDriver.cxx.
Referenced by main().
| void usage | ( | ) |
Display usage
Definition at line 42 of file otbTestDriver.cxx.
Referenced by main(), and parseCommandLine().