#include "Plotter.h" #include Plotter::Plotter( const char* name, Graphic* gr ) : Plotter_core(name, gr) {} void Plotter::Reinit () { Init(); }