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

Method MapColor

3rd-party/cove/libvectorizer/MapColor.cpp:47–50  ·  view source on GitHub ↗

Constructor, ip is the value of Minkowski metrics.

Source from the content-addressed store, hash-verified

45
46//! Constructor, ip is the value of Minkowski metrics.
47MapColor::MapColor(double ip)
48{
49 setP(ip);
50}
51
52//! Virtual destructor
53MapColor::~MapColor() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected