| 4571 | */ |
| 4572 | template <class DataType> |
| 4573 | int QCPAbstractPlottable1D<DataType>::findBegin(double sortKey, bool expandedRange) const |
| 4574 | { |
| 4575 | return int(mDataContainer->findBegin(sortKey, expandedRange)-mDataContainer->constBegin()); |
| 4576 | } |
| 4577 | |
| 4578 | /*! |
| 4579 | \copydoc QCPPlottableInterface1D::findEnd |
nothing calls this directly
no test coverage detected