| 25066 | } |
| 25067 | |
| 25068 | QCPColorMapData::~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. |
nothing calls this directly
no outgoing calls
no test coverage detected