#include <cassert>
#include <ctime>
#include <cmath>
#include <iomanip>
#include <sstream>
#include <string>
Go to the source code of this file.
◆ ConvertSecondsToDHMS()
std::string ConvertSecondsToDHMS |
( |
const double |
totalSeconds, |
|
|
const unsigned int |
precision = 0 |
|
) |
| |
|
inline |
ConvertSecondsToDHMS
Definition at line 45 of file elastix.h.
◆ GetCurrentDateAndTime()
std::string GetCurrentDateAndTime |
( |
void |
| ) |
|
|
inline |
Returns current date and time as a string.
Definition at line 84 of file elastix.h.
◆ PrintHelp()
Declare PrintHelp function.
- Command line arguments:
–help: optional argument for elastix and transformix to call the help.
example: elastix –help
example: transformix –help
–version: optional argument for elastix and transformix to call version information.
example: elastix –version
example: transformix –version