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

Method RemoveVar

VarTools.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void Manager::RemoveVar(int var)
84{
85 if (var < 0 || var >= vars.size()) return;
86 vars.erase(vars.begin()+var);
87}
88
89bool Manager::MoveVarForwardOne(int var)
90{

Callers 2

OnApplyBtnMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected