1 // SWIG file BarPlot.i 2 3 %{ 4 #include "openturns/BarPlot.hxx" 5 %} 6 7 %include BarPlot_doc.i 8 9 %include openturns/BarPlot.hxx BarPlot(const BarPlot & other)10 namespace OT { %extend BarPlot { BarPlot(const BarPlot & other) { return new OT::BarPlot(other); } } } 11