#include "a60-metadata.h"
Go to the source code of this file.
|
| const double | svg::ctopspace (60) |
| |
| const double | svg::ltopspace (10) |
| | Distance between label and top/bottom of line or text.
|
| |
| const double | svg::hdenom (a60::k::age_values.size()+1+1+1) |
| |
| uint | svg::get_xoffset (const string &id, const uint xstart, const double hspace) |
| | Compute xoffset.
|
| |
| svg::svg_element | svg::h_chord_graph_labels (const string aggname, const svg::area<> a=svg::k::v1080p_h) |
| | Grid, titles, labels for h_chord_graph.
|
| |
| svg::svg_element | svg::h_chord_graph (const vumids &cumulative, const string aggname, const area<> a=svg::k::v1080p_h, const double yscale=0.7, const uint rwidth=10) |
| |
| void | svg::render_metadata_aggregate_chord (const area<> a, const vumids &cumulative, const strings &namedkeyso, const string aggname) |
| | Analyze metadata directory or subset of it and generate summary output for all in directory.
|
| |
| void | svg::analyze_metadata_aggregate_chord (const area<> a, const string field="", const string match="", const string wfield="", const string wvalue="") |
| | Analyze metadata directory or subset of it, and generate summary output for all in directory. Iff field is non zero, then subset it to data files with field and match.
|
| |
| void | svg::analyze_metadata_aggregate_chord (const area<> a, const strings &namedkeys, const string aggname, const string wfield="", const string wvalue="") |
| | Analyze metadata directory or subset of it, and generate summary output for all in directory.
|
| |