MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / MapColorSetMergeItem

Method MapColorSetMergeItem

src/core/map.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 bool filter;
104
105 MapColorSetMergeItem()
106 : src_color(nullptr),
107 dest_color(nullptr),
108 dest_index(0),
109 lower_bound(0),
110 upper_bound(0),
111 lower_errors(0),
112 upper_errors(0),
113 filter(false)
114 { }
115};
116
117/** The mapping of all colors in a source MapColorSet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected