/* * LayoutProperties.cc * * Created on: Sep, 2, 2014 * Author: AKKA */ #include "LayoutProperties.hh" namespace plot { std::ostream& operator<<(std::ostream& out_, const LayoutProperties& lprop_){ out_ << "[LAYOUT PROPERTIES]" << std::endl; out_ << "{"<