! Resizes the data array to have \a valueSize cells in the value dimension. The current data is discarded and the map cells are set to 0, unless the map had already the requested size. Setting \a valueSize to zero frees the internal data array and \ref isEmpty returns true. \see setValueRange, setSize, setKeySize */
| 25221 | \see setValueRange, setSize, setKeySize |
| 25222 | */ |
| 25223 | void QCPColorMapData::setValueSize(int valueSize) |
| 25224 | { |
| 25225 | setSize(mKeySize, valueSize); |
| 25226 | } |
| 25227 | |
| 25228 | /*! |
| 25229 | Sets the coordinate ranges the data shall be distributed over. This defines the rectangular area |
nothing calls this directly
no outgoing calls
no test coverage detected