MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / ~QCPColorMapData

Method ~QCPColorMapData

qcustomplot.cpp:25068–25074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25066}
25067
25068QCPColorMapData::~QCPColorMapData()
25069{
25070 if (mData)
25071 delete[] mData;
25072 if (mAlpha)
25073 delete[] mAlpha;
25074}
25075
25076/*!
25077 Constructs a new QCPColorMapData instance copying the data and range of \a other.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected