From 0a15c71786a0eff54c48134abb5235ab26f2bda9 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Mon, 30 May 2011 09:37:23 +0200 Subject: [PATCH] Accessor to list of filenames --- common/vvImageReader.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/vvImageReader.h b/common/vvImageReader.h index 06cf8c4..a646a01 100644 --- a/common/vvImageReader.h +++ b/common/vvImageReader.h @@ -42,6 +42,8 @@ public: typedef itk::SmartPointer Pointer; itkNewMacro(Self); + const std::vector& GetInputFilenames(){return mInputFilenames;} + void SetInputFilename(const std::string & filename); void SetInputFilenames(const std::vector & filenames); -- 2.45.1