! Constructs a curve data point with t, key and value set to zero. */
| 21782 | Constructs a curve data point with t, key and value set to zero. |
| 21783 | */ |
| 21784 | QCPCurveData::QCPCurveData() : |
| 21785 | t(0), |
| 21786 | key(0), |
| 21787 | value(0) |
| 21788 | { |
| 21789 | } |
| 21790 | |
| 21791 | /*! |
| 21792 | Constructs a curve data point with the specified \a t, \a key and \a value. |
nothing calls this directly
no outgoing calls
no test coverage detected