MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / AppendVar

Method AppendVar

VarTools.cpp:70–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Manager::AppendVar(const wxString& name,
71 const std::vector<double>& min_vals,
72 const std::vector<double>& max_vals,
73 int time,
74 bool sync_with_global_time,
75 bool fixed_scale)
76{
77 bool tm_variant = min_vals.size() > 1;
78 Entry e(name, time, tm_variant, sync_with_global_time && tm_variant,
79 fixed_scale, min_vals, max_vals);
80 vars.push_back(e);
81}
82
83void Manager::RemoveVar(int var)
84{

Callers 5

OnSelectionChangeMethod · 0.80
OnShowVarsChooserMethod · 0.80
OnApplyBtnMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected