]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuPlotterView.h
1495 BUG
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuPlotterView.h
index 65e800ab6c02d83a264c2e226d49b4d9a8e697bc..66cc5f779531bf9c8bb39190cadfec8ca4275293 100644 (file)
@@ -15,6 +15,7 @@ class /*BBTK_EXPORT*/ PlotterView
   BBTK_BLACK_BOX_INTERFACE(PlotterView,bbtk::WxBlackBox);
        BBTK_DECLARE_INPUT(InX, std::vector<double> );
        BBTK_DECLARE_INPUT(InY, std::vector<double> );
+       BBTK_DECLARE_INPUT(InY2, std::vector<double> );
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
@@ -33,6 +34,7 @@ BBTK_DESCRIPTION("Plotter Window");
 BBTK_CATEGORY("viewer");
   BBTK_INPUT(PlotterView,InX,"x vector",std::vector<double>,"");
   BBTK_INPUT(PlotterView,InY,"y vector",std::vector<double>,"");
+       BBTK_INPUT(PlotterView,InY2,"y2 vector",std::vector<double>,"");
 BBTK_END_DESCRIBE_BLACK_BOX(PlotterView);
 }
 // EO namespace bbcreaMaracasVisu