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

Method ClearAndInit

VarTools.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Manager::ClearAndInit(const std::vector<wxString>& tm_strs_)
54{
55 vars.clear();
56 tm_strs = tm_strs_;
57 global_time = 0;
58}
59
60void Manager::SetCurTime(int var, int t)
61{

Callers 3

OnSelectionChangeMethod · 0.80
CorrelogramFrameMethod · 0.80
ScatterPlotMatFrameMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected