Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void Manager::ClearAndInit(const std::vector<wxString>& tm_strs_)
54
{
55
vars.clear();
56
tm_strs = tm_strs_;
57
global_time = 0;
58
}
59
60
void Manager::SetCurTime(int var, int t)
61
{
Callers
3
OnSelectionChange
Method · 0.80
CorrelogramFrame
Method · 0.80
ScatterPlotMatFrame
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected