3 #include <SimoxUtility/algorithm/string.h>
19 std::stringstream label;
20 label << key <<
" (" << type <<
" of size " << size <<
")";
41 void RemoteGuiAronDataVisitor::streamValueText(
aron::data::String& n, std::stringstream& ss)
46 void RemoteGuiAronDataVisitor::streamValueText(
aron::data::NDArray& n, std::stringstream& ss)
48 ss <<
"shape (" << simox::alg::join(simox::alg::multi_to_string(n.
getShape()),
", ") <<
")";
51 void RemoteGuiAronDataVisitor::checkGroupsNotEmpty()
const