/* * ConstantLine.cc * * Created on: Jun 26, 2014 * Author: AKKA */ #include "ConstantLine.hh" namespace plot { std::ostream& operator<<(std::ostream& out_, const ConstantLine& lprop_){ out_ << "[CONSTANT_LINE]" << std::endl; out_ << "{"<