Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeoDaCenter/geoda
/ IsTimeVariant
Method
IsTimeVariant
VarTools.cpp:161–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
bool Manager::IsTimeVariant(int var)
162
{
163
if (var < 0 || var >= vars.size()) return false;
164
return vars[var].is_time_variant;
165
}
166
167
bool Manager::IsSyncWithGlobalTm(int var)
168
{
Callers
14
OnKeyEvent
Method · 0.45
OnShowTimeChooser
Method · 0.45
OnShowConditionalMapView
Method · 0.45
OnShowConditionalHistView
Method · 0.45
OnShowConditionalBoxView
Method · 0.45
OnShowConditionalScatterView
Method · 0.45
OnOpenDiffMoran
Method · 0.45
OnOpenDiffLisa
Method · 0.45
OnKeyEvent
Method · 0.45
SaveProjectConf
Method · 0.45
UpdateLists
Method · 0.45
UpdateDataFromVarMan
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected