From d13a3f128dcbe4e781e9fab9d13ab220c9709586 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Fri, 15 Jan 2010 09:36:17 +0100
Subject: [PATCH] ENH: RenderingFunction should provide a GetParameters() as
 well

---
 Code/Visualization/otbRenderingFunction.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Code/Visualization/otbRenderingFunction.h b/Code/Visualization/otbRenderingFunction.h
index f5b634d570..2b2c358050 100644
--- a/Code/Visualization/otbRenderingFunction.h
+++ b/Code/Visualization/otbRenderingFunction.h
@@ -115,6 +115,10 @@ public:
   {
     itkExceptionMacro(<<"Subclasses should override this method");
   }
+  virtual ParametersType GetParameters() const
+  {
+    itkExceptionMacro(<<"Subclasses should override this method");
+  }
 
   virtual void SetChannelList(std::vector<unsigned int>& /*channels*/)
   {
-- 
GitLab