Constructor, ip is the value of Minkowski metrics.
| 45 | |
| 46 | //! Constructor, ip is the value of Minkowski metrics. |
| 47 | MapColor::MapColor(double ip) |
| 48 | { |
| 49 | setP(ip); |
| 50 | } |
| 51 | |
| 52 | //! Virtual destructor |
| 53 | MapColor::~MapColor() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected