Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
The ArgcHelperClass class is a convenience class to convert a vector of strings to the standard c++ argv and argc arguments. This is necessary for the vtkTesting::Test, since is requires the reference image (and other optional parameters) via command line. More...
#include <mitkRenderingTestHelper.h>
Public Member Functions | |
ArgcHelperClass (const std::vector< std::string > &argstrings) | |
char ** | GetArgv () |
int | GetArgc () |
The ArgcHelperClass class is a convenience class to convert a vector of strings to the standard c++ argv and argc arguments. This is necessary for the vtkTesting::Test, since is requires the reference image (and other optional parameters) via command line.
Definition at line 156 of file mitkRenderingTestHelper.h.
|
inline |
Definition at line 166 of file mitkRenderingTestHelper.h.
References mitk::IOUtil::GetProgramPath().
|
inline |
Definition at line 180 of file mitkRenderingTestHelper.h.
|
inline |
Definition at line 179 of file mitkRenderingTestHelper.h.