diff --git a/Core/ComponentBaseClasses/elxMetricBase.h b/Core/ComponentBaseClasses/elxMetricBase.h index 2d8b5f7df..a9e064f4b 100644 --- a/Core/ComponentBaseClasses/elxMetricBase.h +++ b/Core/ComponentBaseClasses/elxMetricBase.h @@ -63,6 +63,11 @@ namespace elastix * CheckNumberOfSamples. \n * example: (RequiredRatioOfValidSamples 0.1) \n * The default is 0.25. + * \parameter UseMultiThreadingForMetrics: Flag that can set to "true" or "false". + * If "true" the metric may use multi-threading (at least if multi-threading is implemented for the selected + * metric). If "false", it will run single-threaded. This flag will not affect the output of the metric.\n + * example: (UseMultiThreadingForMetrics "false") \n + * Default is "true". * * \ingroup Metrics * \ingroup ComponentBaseClasses