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

Method SetVariableOrder

ProjectConf.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void LayerConfiguration::SetVariableOrder(VarOrderPtree *new_variable_order)
151{
152 if (variable_order) {
153 delete variable_order;
154 variable_order = NULL;
155 }
156 variable_order = new_variable_order;
157}
158
159void
160LayerConfiguration::SetCustomClassifs(CustomClassifPtree *new_custom_classifs)

Callers 2

CloneMethod · 0.80
UpdateProjectConfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected