From f9db8de2cdf2be2f98030ee7f7495775dfd784fd Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Tue, 3 Sep 2024 12:30:36 -0400 Subject: [PATCH] ENH: printing for meta data object of vectors --- Modules/Core/Common/src/itkMetaDataObject.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Modules/Core/Common/src/itkMetaDataObject.cxx b/Modules/Core/Common/src/itkMetaDataObject.cxx index 130b5d22542..8ceb4e51b85 100644 --- a/Modules/Core/Common/src/itkMetaDataObject.cxx +++ b/Modules/Core/Common/src/itkMetaDataObject.cxx @@ -16,6 +16,14 @@ * *=========================================================================*/ #define ITK_TEMPLATE_EXPLICIT_MetaDataObject + + +#include "itkPrintHelper.h" +namespace itk +{ +// Use the overloaded operator<< to print the values of std::vector +using namespace print_helper; +} #include "itkMetaDataObject.h" namespace itk