6 #ifndef __TC_VISUALIZATION_TABLE 7 #define __TC_VISUALIZATION_TABLE 17 namespace visualization {
18 std::string table_spec(
const std::shared_ptr<unity_sframe>& table,
const std::string& title, std::string table_id =
"");
19 std::string table_data(
const std::shared_ptr<unity_sframe>& table, sframe_reader* reader,
size_t start,
size_t end);
20 std::string table_accordion(
const std::shared_ptr<unity_sframe>& table,
const std::string& column_name,
size_t row_idx);
21 std::string image_png_data(
const flex_image& image,
size_t resized_height);
26 #endif // __TC_VISUALIZATION_TABLE